diff options
author | Kailang Yang <kailang@realtek.com> | 2020-12-11 14:17:09 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-12-30 11:54:06 +0100 |
commit | eae5f04c934604b67cf45d88b5c3b616eb3fbe7a (patch) | |
tree | 3acb282b76f10de3fbed81e1153aa375d7ee9dbf | |
parent | 753f5e987ccd5933cc894146695f6ee5e3bc708f (diff) | |
download | kernel_replicant_linux-eae5f04c934604b67cf45d88b5c3b616eb3fbe7a.tar.gz kernel_replicant_linux-eae5f04c934604b67cf45d88b5c3b616eb3fbe7a.tar.bz2 kernel_replicant_linux-eae5f04c934604b67cf45d88b5c3b616eb3fbe7a.zip |
ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset Button
commit 607184cb1635eaee239fe3fb9648a8b82a5232d7 upstream.
Add supported for more Lenovo ALC285 Headset Button.
Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/bb1f1da1526d460885aa4257be81eb94@realtek.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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 f76b70132478..41cc64036f22 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8577,6 +8577,10 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { {0x12, 0x90a60130}, {0x19, 0x03a11020}, {0x21, 0x0321101f}), + SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_THINKPAD_NO_BASS_SPK_HEADSET_JACK, + {0x14, 0x90170110}, + {0x19, 0x04a11040}, + {0x21, 0x04211020}), SND_HDA_PIN_QUIRK(0x10ec0285, 0x17aa, "Lenovo", ALC285_FIXUP_LENOVO_PC_BEEP_IN_NOISE, {0x12, 0x90a60130}, {0x14, 0x90170110}, |