All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH fixed bug 4032 1/1] Fixed bug 4032.
@ 2009-12-14 18:41 Steve Soule
  2009-12-14 19:01 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Steve Soule @ 2009-12-14 18:41 UTC (permalink / raw)
  To: patch; +Cc: alsa-devel

[-- Attachment #1: 0001-Fixed-bug-4032.patch --]
[-- Type: text/x-patch, Size: 895 bytes --]

>From c3387a767f827f57a6b1f6b772d3d7a1b6b39942 Mon Sep 17 00:00:00 2001
From: Steve Soule <sts11dbxr@gmail.com>
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@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


[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-15  9:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 18:41 [PATCH fixed bug 4032 1/1] Fixed bug 4032 Steve Soule
2009-12-14 19:01 ` Takashi Iwai
     [not found]   ` <4B26A4DD.8010203@gmail.com>
2009-12-15  9:21     ` Takashi Iwai
2009-12-15  9:35       ` Jaroslav Kysela
2009-12-15  9:49         ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.