summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai2010-03-10 09:01:25 +0100
committerTakashi Iwai2010-03-10 09:01:25 +0100
commit7d39cf62242d52729ddff9a9ae195669f462d5c4 (patch)
tree64f8d744f0a19f204e700674b5a967ddfd741050 /sound/pci/hda/hda_intel.c
parentMerge branch 'topic/misc' into for-linus (diff)
parentALSA: hda - Sound MSI fallout on a Asus mobo NVIDIA MCP55 (diff)
downloadkernel-qcow2-linux-7d39cf62242d52729ddff9a9ae195669f462d5c4.tar.gz
kernel-qcow2-linux-7d39cf62242d52729ddff9a9ae195669f462d5c4.tar.xz
kernel-qcow2-linux-7d39cf62242d52729ddff9a9ae195669f462d5c4.zip
Merge branch 'topic/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 43b7cfb7cffd..da1ac9068aac 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2358,6 +2358,7 @@ static void __devinit check_probe_mask(struct azx *chip, int dev)
static struct snd_pci_quirk msi_black_list[] __devinitdata = {
SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + nvidia */
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 */
{}
};