]> Git Repo - J-linux.git/commitdiff
ALSA: hda/realtek - add a pintbl quirk for several Lenovo machines
authorHui Wang <[email protected]>
Mon, 8 Jun 2020 11:55:41 +0000 (19:55 +0800)
committerTakashi Iwai <[email protected]>
Mon, 8 Jun 2020 13:02:49 +0000 (15:02 +0200)
A couple of Lenovo ThinkCentre machines all have 2 front mics and they
use the same codec alc623 and have the same pin config, so add a
pintbl entry for those machines to apply the fixup
ALC283_FIXUP_HEADSET_MIC.

Cc: <[email protected]>
Signed-off-by: Hui Wang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
sound/pci/hda/patch_realtek.c

index 0aa778ff7f2b2cf7ffbaed5cdafbe9a2526bd2ef..6d73f8beadb6e17f84dbeeb16e54a2df413b0fb6 100644 (file)
@@ -8161,6 +8161,12 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
                ALC225_STANDARD_PINS,
                {0x12, 0xb7a60130},
                {0x17, 0x90170110}),
+       SND_HDA_PIN_QUIRK(0x10ec0623, 0x17aa, "Lenovo", ALC283_FIXUP_HEADSET_MIC,
+               {0x14, 0x01014010},
+               {0x17, 0x90170120},
+               {0x18, 0x02a11030},
+               {0x19, 0x02a1103f},
+               {0x21, 0x0221101f}),
        {}
 };
 
This page took 0.059201 seconds and 4 git commands to generate.