[PATCH fixed bug 4032 1/1] Fixed bug 4032.
Steve Soule
sts11dbxr at gmail.com
Mon Dec 14 19:06:03 CET 2009
Signed-off-by: Steve Soule <sts11dbxr at gmail.com>
---
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
More information about the Alsa-devel
mailing list