summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorTakashi Iwai2008-11-21 18:02:57 +0100
committerTakashi Iwai2008-11-21 18:02:57 +0100
commitc70bfa8733e1ec4babe5a1b4a9a90053f79eb301 (patch)
treea597ba36aab0a3d9e9d9508a4c0481b9c5725f25 /sound
parentALSA: hda - mark Dell studio 1535 quirk (diff)
parentALSA: hda - Add a quirk for Dell Studio 15 (diff)
downloadkernel-qcow2-linux-c70bfa8733e1ec4babe5a1b4a9a90053f79eb301.tar.gz
kernel-qcow2-linux-c70bfa8733e1ec4babe5a1b4a9a90053f79eb301.tar.xz
kernel-qcow2-linux-c70bfa8733e1ec4babe5a1b4a9a90053f79eb301.zip
Merge branch 'topic/fix/hda' into topic/hda
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index cf3641f9ebe9..ce34e4dfe985 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1680,6 +1680,8 @@ static struct snd_pci_quirk stac92hd73xx_cfg_tbl[] = {
"unknown Dell", STAC_DELL_M6),
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0271,
"unknown Dell", STAC_DELL_M6),
+ SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x029f,
+ "Dell Studio 15", STAC_DELL_M6),
{} /* terminator */
};