]> git.hungrycats.org Git - linux/commitdiff
ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
authorTorsten Hilbrich <torsten.hilbrich@secunet.com>
Tue, 5 Jul 2016 08:40:22 +0000 (10:40 +0200)
committerSasha Levin <alexander.levin@verizon.com>
Tue, 19 Jul 2016 19:49:43 +0000 (15:49 -0400)
[ Upstream commit 9cd25743765cfe851aed8d655a62d60156aed293 ]

This solves the issue that a headphone is not working on the docking
unit.

Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <alexander.levin@verizon.com>
sound/pci/hda/patch_realtek.c

index abf8d342f1f49699449228c1682181a42c6f2932..707bc5405d9f7a0c63ef179561fccc07ba6058f7 100644 (file)
@@ -5505,6 +5505,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
        SND_PCI_QUIRK(0x17aa, 0x504a, "ThinkPad X260", ALC292_FIXUP_TPT440_DOCK),
        SND_PCI_QUIRK(0x17aa, 0x504b, "Thinkpad", ALC293_FIXUP_LENOVO_SPK_NOISE),
        SND_PCI_QUIRK(0x17aa, 0x5050, "Thinkpad T560p", ALC292_FIXUP_TPT460),
+       SND_PCI_QUIRK(0x17aa, 0x5051, "Thinkpad L460", ALC292_FIXUP_TPT460),
        SND_PCI_QUIRK(0x17aa, 0x5053, "Thinkpad T460", ALC292_FIXUP_TPT460),
        SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
        SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K),