diff mbox

ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430

Message ID E1dCukS-0001g6-FK@puleglot.ru (mailing list archive)
State New, archived
Headers show

Commit Message

Alexander Tsoy May 22, 2017, 5:58 p.m. UTC
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>
---
 sound/pci/hda/patch_sigmatel.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Takashi Iwai May 23, 2017, 5:57 a.m. UTC | #1
On Mon, 22 May 2017 19:58:11 +0200,
Alexander Tsoy wrote:
> 
> 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>

Applied, thanks.


Takashi

> ---
>  sound/pci/hda/patch_sigmatel.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
> index faa3d38bac0b..6cefdf6c0b75 100644
> --- a/sound/pci/hda/patch_sigmatel.c
> +++ b/sound/pci/hda/patch_sigmatel.c
> @@ -1559,6 +1559,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 */
> -- 
> 2.13.0
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
diff mbox

Patch

diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index faa3d38bac0b..6cefdf6c0b75 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -1559,6 +1559,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 */