diff options
author | Hui Wang <hui.wang@canonical.com> | 2016-01-12 22:51:38 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-01-13 01:19:52 -0500 |
commit | 0a1f90a982e85f4921bed606a6b41a24f4de2ae1 (patch) | |
tree | ba0afdaec9e6a9320bdd4f2906eeb4ec0d998938 /sound | |
parent | 98070576c4f77509459c83cd2358617ef0769a38 (diff) |
ALSA: hda - fix the headset mic detection problem for a Dell laptop
The machine uses codec alc255, and the pin configuration value for
pin 0x14 on this machine is 0x90171130 which is not in the pin quirk
table yet.
Cc: stable@vger.kernel.org
BugLink: https://bugs.launchpad.net/bugs/1533461
Signed-off-by: Hui Wang <hui.wang@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index f0ed41e1a884..61d8502e6b08 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -5626,6 +5626,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { | |||
5626 | {0x21, 0x02211040}), | 5626 | {0x21, 0x02211040}), |
5627 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, | 5627 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, |
5628 | {0x12, 0x90a60170}, | 5628 | {0x12, 0x90a60170}, |
5629 | {0x14, 0x90171130}, | ||
5630 | {0x21, 0x02211040}), | ||
5631 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, | ||
5632 | {0x12, 0x90a60170}, | ||
5629 | {0x14, 0x90170140}, | 5633 | {0x14, 0x90170140}, |
5630 | {0x21, 0x02211050}), | 5634 | {0x21, 0x02211050}), |
5631 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell Inspiron 5548", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, | 5635 | SND_HDA_PIN_QUIRK(0x10ec0255, 0x1028, "Dell Inspiron 5548", ALC255_FIXUP_DELL1_MIC_NO_PRESENCE, |