summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_intel.c
diff options
context:
space:
mode:
authorTakashi Iwai2008-11-07 14:53:09 +0100
committerTakashi Iwai2008-11-07 14:53:09 +0100
commit0edb94543092535a2c6ef33e7285004168ca73d7 (patch)
treefbfe445af294a3840f0d49c10e5da219c471169f /sound/pci/hda/hda_intel.c
parentALSA: hda - Fix ALC260 hp3013 master switch (diff)
downloadkernel-qcow2-linux-0edb94543092535a2c6ef33e7285004168ca73d7.tar.gz
kernel-qcow2-linux-0edb94543092535a2c6ef33e7285004168ca73d7.tar.xz
kernel-qcow2-linux-0edb94543092535a2c6ef33e7285004168ca73d7.zip
ALSA: hda - Fix probe errors on Dell Studio Desktop
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>
Diffstat (limited to 'sound/pci/hda/hda_intel.c')
-rw-r--r--sound/pci/hda/hda_intel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
index f3c447cf67f8..3e112df1c0dc 100644
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -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),
{}
};