summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorAlexander Tsoy <alexander@tsoy.me>2017-05-22 20:58:11 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-07 12:01:52 +0200
commit2c41aea22b1817f86b9b3fd2bc192720255ba3a5 (patch)
treed88e473720ebc5943c8bf81b76b02c8020b9567f /sound/pci
parente102d49a8755f2186e4a6048db1f2b5ac1fbc987 (diff)
downloadlinux-stable-2c41aea22b1817f86b9b3fd2bc192720255ba3a5.tar.gz
linux-stable-2c41aea22b1817f86b9b3fd2bc192720255ba3a5.tar.bz2
linux-stable-2c41aea22b1817f86b9b3fd2bc192720255ba3a5.zip
ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430
commit 1fc2e41f7af4572b07190f9dec28396b418e9a36 upstream. This model is actually called 92XXM2-8 in Windows driver. But since pin configs for M22 and M28 are identical, just reuse M22 quirk. Fixes external microphone (tested) and probably docking station ports (not tested). Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
-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 60b3100a2120..afc36a42c29c 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1537,6 +1537,8 @@ static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
"Dell Inspiron 1501", STAC_9200_DELL_M26),
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
"unknown Dell", STAC_9200_DELL_M26),
+ SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0201,
+ "Dell Latitude D430", STAC_9200_DELL_M22),
/* Panasonic */
SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
/* Gateway machines needs EAPD to be set on resume */