public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
From: Odin Brodersen <Odin_B@yahoo.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, perex@perex.cz, linux-sound@vger.kernel.org
Subject: [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga 7 2-in-1 16AKP10 (17aa:391d)
Date: Sun, 22 Mar 2026 17:37:52 +0000 (UTC)	[thread overview]
Message-ID: <567500035.239617.1774203502195@yahoo.com> (raw)

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


             reply	other threads:[~2026-03-22 18:18 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=567500035.239617.1774203502195@yahoo.com \
    --to=odin_b@yahoo.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-sound@vger.kernel.org \
    --cc=perex@perex.cz \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox