From: Takashi Iwai <tiwai@suse.de>
To: Harald Dunkel <harri@afaics.de>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.33.1 regression: sound splutters
Date: Thu, 01 Apr 2010 17:01:24 +0200 [thread overview]
Message-ID: <s5haatn8bej.wl%tiwai@suse.de> (raw)
In-Reply-To: <4BB4B32C.8080501@afaics.de>
At Thu, 01 Apr 2010 16:52:28 +0200,
Harald Dunkel wrote:
>
> On 04/01/10 11:39, Takashi Iwai wrote:
> >
> > OK, what about enable_msi=0 option for snd-hda-intel module?
> >
>
> Now it works.
>
> I have no idea what this enable_msi thing is about, but according
> to Documentation/sound/alsa/ALSA-Configuration.txt it should be off
> by default.
This was enabled as default but for Nvidia controller since 2.6.33.
I'll need to update the document, too...
> Would you suggest to make this change permanent?
Apply the patch like below. Replace "Unknown PC" with something more
useful.
Could you tell more details about your machine, which vendor, product
name etc to fill there? Then I'll commit the fix to the upstream.
thanks,
Takashi
---
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index b185afd..f45ab94 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2366,6 +2366,7 @@ static struct snd_pci_quirk msi_black_list[] __devinitdata = {
SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */
SND_PCI_QUIRK(0x1043, 0x822d, "ASUS", 0), /* Athlon64 X2 + nvidia MCP55 */
SND_PCI_QUIRK(0x1849, 0x0888, "ASRock", 0), /* Athlon64 X2 + nvidia */
+ SND_PCI_QUIRK(0xa0a0, 0x0575, "Unknown PC", 0), /* Unknown PC */
{}
};
next prev parent reply other threads:[~2010-04-01 15:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-30 11:40 Harald Dunkel
2010-03-30 18:23 ` Takashi Iwai
2010-04-01 9:30 ` Harald Dunkel
2010-04-01 9:39 ` Takashi Iwai
2010-04-01 14:52 ` Harald Dunkel
2010-04-01 15:01 ` Takashi Iwai [this message]
2010-04-01 16:47 ` Harald Dunkel
2010-04-04 10:19 ` 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=s5haatn8bej.wl%tiwai@suse.de \
--to=tiwai@suse.de \
--cc=harri@afaics.de \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome