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>
This commit is contained in:
parent
85ddc41a6c
commit
023a8b0925
1 changed files with 2 additions and 0 deletions
|
@ -1537,6 +1537,8 @@ static const struct snd_pci_quirk stac9200_fixup_tbl[] = {
|
||||||
"Dell Inspiron 1501", STAC_9200_DELL_M26),
|
"Dell Inspiron 1501", STAC_9200_DELL_M26),
|
||||||
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
|
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x01f6,
|
||||||
"unknown Dell", STAC_9200_DELL_M26),
|
"unknown Dell", STAC_9200_DELL_M26),
|
||||||
|
SND_PCI_QUIRK(PCI_VENDOR_ID_DELL, 0x0201,
|
||||||
|
"Dell Latitude D430", STAC_9200_DELL_M22),
|
||||||
/* Panasonic */
|
/* Panasonic */
|
||||||
SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
|
SND_PCI_QUIRK(0x10f7, 0x8338, "Panasonic CF-74", STAC_9200_PANASONIC),
|
||||||
/* Gateway machines needs EAPD to be set on resume */
|
/* Gateway machines needs EAPD to be set on resume */
|
||||||
|
|
Loading…
Add table
Reference in a new issue