[PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga Slim 7 14AKP10

songxiebing posted 1 patch 1 day, 18 hours ago
sound/hda/codecs/realtek/alc269.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga Slim 7 14AKP10
Posted by songxiebing 1 day, 18 hours ago
The Pin Complex 0x17 (bass/woofer speakers) is incorrectly reported as
unconnected in the BIOS (pin default 0x411111f0 = N/A). This causes the
kernel to configure speaker_outs=0, meaning only the tweeters (pin 0x14)
are used. The result is very low, tinny audio with no bass.

The existing quirk ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN (already present
in patch_realtek.c for SSID 0x17aa3801) fixes the issue completely.

Reported-by: Garcicasti <andresgarciacastilla@gmail.com>
Link: https://bugzilla.kernel.org/show_bug.cgi?id=221298
Signed-off-by: songxiebing <songxiebing@kylinos.cn>
---
 sound/hda/codecs/realtek/alc269.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index b6a58852752a..e37cebd99287 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7657,6 +7657,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x17aa, 0x3902, "Lenovo E50-80", ALC269_FIXUP_DMIC_THINKPAD_ACPI),
 	SND_PCI_QUIRK(0x17aa, 0x390d, "Lenovo Yoga Pro 7 14ASP10", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
 	SND_PCI_QUIRK(0x17aa, 0x3913, "Lenovo 145", ALC236_FIXUP_LENOVO_INV_DMIC),
+	SND_PCI_QUIRK(0x17aa, 0x391a, "Lenovo Yoga Slim 7 14AKP10", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
 	SND_PCI_QUIRK(0x17aa, 0x391f, "Yoga S990-16 pro Quad YC Quad", ALC287_FIXUP_TXNW2781_I2C),
 	SND_PCI_QUIRK(0x17aa, 0x3920, "Yoga S990-16 pro Quad VECO Quad", ALC287_FIXUP_TXNW2781_I2C),
 	SND_PCI_QUIRK(0x17aa, 0x3929, "Thinkbook 13x Gen 5", ALC287_FIXUP_MG_RTKC_CSAMP_CS35L41_I2C_THINKPAD),
-- 
2.25.1
Re: [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga Slim 7 14AKP10
Posted by Takashi Iwai 1 day, 15 hours ago
On Tue, 31 Mar 2026 05:36:50 +0200,
songxiebing wrote:
> 
> The Pin Complex 0x17 (bass/woofer speakers) is incorrectly reported as
> unconnected in the BIOS (pin default 0x411111f0 = N/A). This causes the
> kernel to configure speaker_outs=0, meaning only the tweeters (pin 0x14)
> are used. The result is very low, tinny audio with no bass.
> 
> The existing quirk ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN (already present
> in patch_realtek.c for SSID 0x17aa3801) fixes the issue completely.
> 
> Reported-by: Garcicasti <andresgarciacastilla@gmail.com>
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=221298
> Signed-off-by: songxiebing <songxiebing@kylinos.cn>

Applied now.  Thanks.


Takashi