On Wed, 20 Feb 2002, Markus Braun wrote:

> >    I posted a fix for this to the alsa-devel list a couple of months
> > ago, but it doesn't seem to have made it to the ALSA source yet. The
> > problem appeared on my Santa Cruz sound card, but it sounds like the
> > same problem.
> >
> >    This is what I wrote:
> >
> > >   After much peering around, traced the problem to function
> > > snd_ac97_mixer() in file lowlevel/generic/ac97_codec.c. Line 1407
> > > defines a max time delay after chip reset before failure:
> > >
> > >       end_time = jiffies + (HZ / 2);
> > >
> > >    This was apparently not long enough; changing it to
> > >
> > >       end_time = jiffies + (HZ);
>
> GREAT!!! That patch works for me too. I had no problem so far during my
> tests. What can I do to promote this patch?

Changed in CVS.

                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project  http://www.alsa-project.org
SuSE Linux    http://www.suse.com


_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to