ALSA: hda - Fix probe errors on Dell Studio Desktop
authorTakashi Iwai <tiwai@suse.de>
Fri, 7 Nov 2008 13:53:09 +0000 (14:53 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 7 Nov 2008 13:53:09 +0000 (14:53 +0100)
BIOS on Dell Studio Desktop tells wrong codec probe masks.
This patch gives the preset mask value to avoid invalid access.
Reference: Novell bug#440907
https://bugzilla.novell.com/show_bug.cgi?id=440907

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

index f3c447cf67f8c5b02e382186752e808e8e2f1f9b..3e112df1c0dc79fa05e8df0287773bbbd0ea781c 100644 (file)
@@ -2067,6 +2067,8 @@ static struct snd_pci_quirk probe_mask_list[] __devinitdata = {
        SND_PCI_QUIRK(0x1014, 0x05b7, "Thinkpad Z60", 0x01),
        SND_PCI_QUIRK(0x17aa, 0x2010, "Thinkpad X/T/R60", 0x01),
        SND_PCI_QUIRK(0x17aa, 0x20ac, "Thinkpad X/T/R61", 0x01),
+       /* broken BIOS */
+       SND_PCI_QUIRK(0x1028, 0x20ac, "Dell Studio Desktop", 0x01),
        {}
 };
 
This page took 0.025746 seconds and 5 git commands to generate.