]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
5e7302af0bff4467860487df800ee77857e7661c
[thirdparty/kernel/stable-queue.git] /
1 From 85743a847caeab696dafc4ce1a7e1e2b7e29a0f6 Mon Sep 17 00:00:00 2001
2 From: Cameron Berkenpas <cam@neo-zeon.de>
3 Date: Sun, 5 Jun 2022 17:23:30 -0700
4 Subject: ALSA: hda/realtek: Fix for quirk to enable speaker output on the Lenovo Yoga DuetITL 2021
5
6 From: Cameron Berkenpas <cam@neo-zeon.de>
7
8 commit 85743a847caeab696dafc4ce1a7e1e2b7e29a0f6 upstream.
9
10 Enables the ALC287_FIXUP_YOGA7_14ITL_SPEAKERS quirk for the Lenovo
11 Yoga DuetITL 2021 laptop to fix speaker output.
12
13 [ re-sorted in the SSID order by tiwai ]
14
15 BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=208555
16 Signed-off-by: Cameron Berkenpas <cam@neo-zeon.de>
17 Co-authored-by: Songine <donglingluoying@gmail.com>
18 Cc: stable@vger.kernel.org>
19 Link: https://lore.kernel.org/r/20220606002329.215330-1-cam@neo-zeon.de
20 Signed-off-by: Takashi Iwai <tiwai@suse.de>
21 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22 ---
23 sound/pci/hda/patch_realtek.c | 1 +
24 1 file changed, 1 insertion(+)
25
26 --- a/sound/pci/hda/patch_realtek.c
27 +++ b/sound/pci/hda/patch_realtek.c
28 @@ -9255,6 +9255,7 @@ static const struct snd_pci_quirk alc269
29 SND_PCI_QUIRK(0x17aa, 0x3176, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
30 SND_PCI_QUIRK(0x17aa, 0x3178, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
31 SND_PCI_QUIRK(0x17aa, 0x31af, "ThinkCentre Station", ALC623_FIXUP_LENOVO_THINKSTATION_P340),
32 + SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo Yoga DuetITL 2021", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
33 SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
34 SND_PCI_QUIRK(0x17aa, 0x3818, "Lenovo C940", ALC298_FIXUP_LENOVO_SPK_VOLUME),
35 SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),