]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/2.6.33.2/alsa-hda-sound-msi-fallout-on-a-asus-mobo-nvidia-mcp55.patch
5.0-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 2.6.33.2 / alsa-hda-sound-msi-fallout-on-a-asus-mobo-nvidia-mcp55.patch
CommitLineData
48aa1fbe
GKH
1From ecd216260f87dd8c14b2580a16f055554644bbea Mon Sep 17 00:00:00 2001
2From: Ralf Gerbig <rge@quengel.org>
3Date: Tue, 9 Mar 2010 18:25:47 +0100
4Subject: ALSA: hda - Sound MSI fallout on a Asus mobo NVIDIA MCP55
5
6From: Ralf Gerbig <rge@quengel.org>
7
8commit ecd216260f87dd8c14b2580a16f055554644bbea upstream.
9
10without the following patch audio ssttuutteerrs on
11ASUS M2N32-SLI PREMIUM ACPI BIOS Revision 1304
12the sound device is:
1300:0e.1 Audio device: nVidia Corporation MCP55 High Definition Audio (rev a2)
14worked with 2.6.32
15
16Signed-off-by: Ralf Gerbig <rge@quengel.org>
17Signed-off-by: Takashi Iwai <tiwai@suse.de>
18Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
19
20---
21 sound/pci/hda/hda_intel.c | 1 +
22 1 file changed, 1 insertion(+)
23
24--- a/sound/pci/hda/hda_intel.c
25+++ b/sound/pci/hda/hda_intel.c
26@@ -2354,6 +2354,7 @@ static void __devinit check_probe_mask(s
27 static struct snd_pci_quirk msi_black_list[] __devinitdata = {
28 SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + nvidia */
29 SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */
30+ SND_PCI_QUIRK(0x1043, 0x822d, "ASUS", 0), /* Athlon64 X2 + nvidia MCP55 */
31 {}
32 };
33