]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.6.5/alsa-hda-realtek-add-lenovo-l460-to-docking-unit-fixup.patch
5.1-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.6.5 / alsa-hda-realtek-add-lenovo-l460-to-docking-unit-fixup.patch
CommitLineData
f969d1ba
GKH
1From 9cd25743765cfe851aed8d655a62d60156aed293 Mon Sep 17 00:00:00 2001
2From: Torsten Hilbrich <torsten.hilbrich@secunet.com>
3Date: Tue, 5 Jul 2016 10:40:22 +0200
4Subject: ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup
5
6From: Torsten Hilbrich <torsten.hilbrich@secunet.com>
7
8commit 9cd25743765cfe851aed8d655a62d60156aed293 upstream.
9
10This solves the issue that a headphone is not working on the docking
11unit.
12
13Signed-off-by: Torsten Hilbrich <torsten.hilbrich@secunet.com>
14Signed-off-by: Takashi Iwai <tiwai@suse.de>
15Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16
17---
18 sound/pci/hda/patch_realtek.c | 1 +
19 1 file changed, 1 insertion(+)
20
21--- a/sound/pci/hda/patch_realtek.c
22+++ b/sound/pci/hda/patch_realtek.c
23@@ -5651,6 +5651,7 @@ static const struct snd_pci_quirk alc269
24 SND_PCI_QUIRK(0x17aa, 0x504a, "ThinkPad X260", ALC292_FIXUP_TPT440_DOCK),
25 SND_PCI_QUIRK(0x17aa, 0x504b, "Thinkpad", ALC293_FIXUP_LENOVO_SPK_NOISE),
26 SND_PCI_QUIRK(0x17aa, 0x5050, "Thinkpad T560p", ALC292_FIXUP_TPT460),
27+ SND_PCI_QUIRK(0x17aa, 0x5051, "Thinkpad L460", ALC292_FIXUP_TPT460),
28 SND_PCI_QUIRK(0x17aa, 0x5053, "Thinkpad T460", ALC292_FIXUP_TPT460),
29 SND_PCI_QUIRK(0x17aa, 0x5109, "Thinkpad", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
30 SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K),