public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
[parent not found: <576093558.279836.1774201077202@yahoo.com>]
* [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga 7 2-in-1 16AKP10 (17aa:391d)
@ 2026-03-22 17:37 Odin Brodersen
  0 siblings, 0 replies; 3+ messages in thread
From: Odin Brodersen @ 2026-03-22 17:37 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, perex, linux-sound

The Lenovo Yoga 7 2-in-1 16AKP10 (subsystem ID 17aa:391d) shares the
same ALC287 codec and bass speaker pin layout as the Yoga 7 2-in-1
14AKP10 (17aa:391c), which already has a quirk entry. Without this
fixup the kernel picks up the PCI SSID 17aa:38b5 (PCIe bridge) instead
of the codec SSID, leaving the bass speaker pin (Node 0x17) inactive
and the master volume uncontrollable.

Apply the existing ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN fixup to
17aa:391d to match the behaviour of the 14-inch sibling.

Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=221210
Tested-by: Odin Brodersen <Odin_B@yahoo.com>

Signed-off-by: Odin Brodersen <Odin_B@yahoo.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7576,6 +7576,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x17aa, 0x38b4, "Legion Slim 7 16IRH8", ALC287_FIXUP_CS35L41_I2C_2),
 	HDA_CODEC_QUIRK(0x17aa, 0x391c, "Lenovo Yoga 7 2-in-1 14AKP10", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
+	HDA_CODEC_QUIRK(0x17aa, 0x391d, "Lenovo Yoga 7 2-in-1 16AKP10", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
 	SND_PCI_QUIRK(0x17aa, 0x38b5, "Legion Slim 7 16IRH8", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x17aa, 0x38b6, "Legion Slim 7 16APH8", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x17aa, 0x38b7, "Legion Slim 7 16APH8", ALC287_FIXUP_CS35L41_I2C_2),
--
2.43.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-03-27  9:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <976868857.398937.1774391091126@yahoo.com>
2026-03-27  9:47 ` [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga 7 2-in-1 16AKP10 (17aa:391d) Takashi Iwai
     [not found] <576093558.279836.1774201077202@yahoo.com>
2026-03-27  9:37 ` Takashi Iwai
2026-03-22 17:37 Odin Brodersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox