From: Steve Soule <sts11dbxr@gmail.com>
To: patch@alsa-project.org
Cc: alsa-devel@alsa-project.org
Subject: [PATCH fixed bug 4032 1/1] Fixed bug 4032.
Date: Mon, 14 Dec 2009 11:41:55 -0700 [thread overview]
Message-ID: <4B2686F3.8040001@gmail.com> (raw)
[-- 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
next reply other threads:[~2009-12-14 18:41 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 18:41 Steve Soule [this message]
2009-12-14 19:01 ` [PATCH fixed bug 4032 1/1] Fixed bug 4032 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B2686F3.8040001@gmail.com \
--to=sts11dbxr@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=patch@alsa-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.