At Mon, 14 Dec 2009 11:41:55 -0700, Steve Soule wrote: > > >From c3387a767f827f57a6b1f6b772d3d7a1b6b39942 Mon Sep 17 00:00:00 2001 > From: Steve Soule <sts11dbxr@xxxxxxxxx> > Date: Mon, 14 Dec 2009 11:06:03 -0700 > Subject: [PATCH fixed bug 4032 1/1] Fixed bug 4032. > > > Signed-off-by: Steve Soule <sts11dbxr@xxxxxxxxx> Could you give a bit more changelog text? It's not sure what bug 4032 indicates, and more importantly, why this change is needed for fixing what. thanks, Takashi > --- > pci/ac97/ac97_codec.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/pci/ac97/ac97_codec.c b/pci/ac97/ac97_codec.c > index 20cb60a..c119206 100644 > --- a/pci/ac97/ac97_codec.c > +++ b/pci/ac97/ac97_codec.c > @@ -2122,7 +2122,7 @@ int snd_ac97_mixer(struct snd_ac97_bus *bus, struct snd_ac97_template *template, > } > /* nothing should be in powerdown mode */ > snd_ac97_write_cache(ac97, AC97_GENERAL_PURPOSE, 0); > - end_time = jiffies + msecs_to_jiffies(120); > + end_time = jiffies + msecs_to_jiffies(5000); > do { > if ((snd_ac97_read(ac97, AC97_POWERDOWN) & 0x0f) == 0x0f) > goto __ready_ok; > -- > 1.6.4.2 > _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel