Commit 0a27fcfa authored by Takashi Iwai's avatar Takashi Iwai

ALSA: hda - Correct ASUA blacklist for MSI brokenness

The MSI blacklist entry for ASUS mobo added in the commit
8ce28d6a was based on the alsa-info
output wrongly posted.  Fix the id to the right one now.
Reported-by: default avatarSid Boyce <sboyce@blueyonder.co.uk>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent d6d8bf54
......@@ -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 */
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment