ALSA: hda - Add ASRock mobo to MSI blacklist

This avoids a lockup at boot.

Signed-off-by: Michele Ballabio <barra_cuda@katamail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

authored by Michele Ballabio and committed by Takashi Iwai 4193d13b 7484399f

+1
+1
sound/pci/hda/hda_intel.c
··· 2358 2358 static struct snd_pci_quirk msi_black_list[] __devinitdata = { 2359 2359 SND_PCI_QUIRK(0x1043, 0x81f2, "ASUS", 0), /* Athlon64 X2 + nvidia */ 2360 2360 SND_PCI_QUIRK(0x1043, 0x81f6, "ASUS", 0), /* nvidia */ 2361 + SND_PCI_QUIRK(0x1849, 0x0888, "ASRock", 0), /* Athlon64 X2 + nvidia */ 2361 2362 {} 2362 2363 }; 2363 2364