ALSA: hda - Add ASRock mobo to MSI blacklist
authorMichele Ballabio <barra_cuda@katamail.com>
Sat, 6 Mar 2010 20:06:46 +0000 (21:06 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 7 Mar 2010 08:29:39 +0000 (09:29 +0100)
This avoids a lockup at boot.

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_intel.c

index 94b444e..e37bffe 100644 (file)
@@ -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(0x1849, 0x0888, "ASRock", 0), /* Athlon64 X2 + nvidia */
        {}
 };