Commit 4193d13b authored by Michele Ballabio's avatar Michele Ballabio Committed by Takashi Iwai

ALSA: hda - Add ASRock mobo to MSI blacklist

This avoids a lockup at boot.
Signed-off-by: default avatarMichele Ballabio <barra_cuda@katamail.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 7484399f
......@@ -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 */
{}
};
......
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