summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai2010-02-15 17:05:28 +0100
committerTakashi Iwai2010-02-15 17:05:28 +0100
commit0a27fcfaaf61108d94f0377f91bed81b2dd35f52 (patch)
treef9e83c1b9ded07723397019c1c0d6476d05109c9 /sound/pci/hda/hda_intel.c
parentALSA: hda - use WARN_ON_ONCE() for zero-division detection (diff)
downloadkernel-qcow2-linux-0a27fcfaaf61108d94f0377f91bed81b2dd35f52.tar.gz
kernel-qcow2-linux-0a27fcfaaf61108d94f0377f91bed81b2dd35f52.tar.xz
kernel-qcow2-linux-0a27fcfaaf61108d94f0377f91bed81b2dd35f52.zip
ALSA: hda - Correct ASUA blacklist for MSI brokenness
The MSI blacklist entry for ASUS mobo added in the commit 8ce28d6abff34886d3797b25324c940471b99164 was based on the alsa-info output wrongly posted. Fix the id to the right one now. Reported-by: Sid Boyce <sboyce@blueyonder.co.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index 3600e9cc9bc6..ff6da6f386d1 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2350,7 +2350,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, 0x829c, "ASUS", 0), /* nvidia */
+ SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */
{}
};