This is a note to let you know that I've just added the patch titled ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 to the 6.6-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: alsa-hda-realtek-add-quirk-for-lenovo-yoga-pro-7.patch and it can be found in the queue-6.6 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 634e5e1e06f5cdd614a1bc429ecb243a51cc009d Mon Sep 17 00:00:00 2001 From: Takashi Iwai <tiwai@xxxxxxx> Date: Thu, 7 Dec 2023 19:20:35 +0100 Subject: ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 From: Takashi Iwai <tiwai@xxxxxxx> commit 634e5e1e06f5cdd614a1bc429ecb243a51cc009d upstream. Lenovo Yoga Pro 7 14APH8 (PCI SSID 17aa:3882) seems requiring the similar workaround like Yoga 9 model for the bass speaker. Cc: <stable@xxxxxxxxxxxxxxx> Link: https://lore.kernel.org/r/CAGGk=CRRQ1L9p771HsXTN_ebZP41Qj+3gw35Gezurn+nokRewg@xxxxxxxxxxxxxx Link: https://lore.kernel.org/r/20231207182035.30248-1-tiwai@xxxxxxx Signed-off-by: Takashi Iwai <tiwai@xxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -10116,6 +10116,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x17aa, 0x387d, "Yoga S780-16 pro Quad AAC", ALC287_FIXUP_TAS2781_I2C), SND_PCI_QUIRK(0x17aa, 0x387e, "Yoga S780-16 pro Quad YC", ALC287_FIXUP_TAS2781_I2C), SND_PCI_QUIRK(0x17aa, 0x3881, "YB9 dual power mode2 YC", ALC287_FIXUP_TAS2781_I2C), + SND_PCI_QUIRK(0x17aa, 0x3882, "Lenovo Yoga Pro 7 14APH8", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN), SND_PCI_QUIRK(0x17aa, 0x3884, "Y780 YG DUAL", ALC287_FIXUP_TAS2781_I2C), SND_PCI_QUIRK(0x17aa, 0x3886, "Y780 VECO DUAL", ALC287_FIXUP_TAS2781_I2C), SND_PCI_QUIRK(0x17aa, 0x38a7, "Y780P AMD YG dual", ALC287_FIXUP_TAS2781_I2C), Patches currently in stable-queue which might be from tiwai@xxxxxxx are queue-6.6/alsa-hda-realtek-add-framework-laptop-16-to-quirks.patch queue-6.6/alsa-pcm-fix-out-of-bounds-in-snd_pcm_state_names.patch queue-6.6/alsa-usb-audio-add-pioneer-djm-450-mixer-controls.patch queue-6.6/alsa-hda-realtek-apply-quirk-for-asus-um3504da.patch queue-6.6/alsa-hda-realtek-fix-speakers-on-xps-9530-2023.patch queue-6.6/alsa-hda-realtek-enable-headset-on-lenovo-m90-gen5.patch queue-6.6/alsa-hda-realtek-add-quirk-for-lenovo-yoga-pro-7.patch queue-6.6/alsa-hda-realtek-add-new-framework-laptop-to-quirks.patch