Skip to content

Commit 023a8b0

Browse files
puleglotgregkh
authored andcommitted
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>
1 parent 85ddc41 commit 023a8b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sound/pci/hda/patch_sigmatel.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,8 @@ static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
15371537
"Dell Inspiron 1501", STAC_9200_DELL_M26),
15381538
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
15391539
"unknown Dell", STAC_9200_DELL_M26),
1540+
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0201,
1541+
"Dell Latitude D430", STAC_9200_DELL_M22),
15401542
/* Panasonic */
15411543
SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
15421544
/* Gateway machines needs EAPD to be set on resume */

0 commit comments

Comments
 (0)