* [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Xiaoxin 14 GT
@ 2026-06-15 9:25 Viktor Menshin
2026-06-15 11:29 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Viktor Menshin @ 2026-06-15 9:25 UTC (permalink / raw)
To: linux-sound; +Cc: tiwai, perex, Viktor Menshin
The Lenovo Xiaoxin 14 GT (Chinese market model, AMD Ryzen AI 9 365)
produces constant electrical hissing and crackling noise from both
internal speakers and 3.5mm headphone jack during audio playback.
Audio works correctly on Windows.
The PCI SSID 17aa:3912 is not present in the quirk list. The device
shares the same AMD platform and ALC287 codec as neighboring Lenovo
14" AMD models (17aa:3911, 17aa:390d), so apply the same fixup.
Note: the fixup selection is based on similarity with neighboring
models and has not been verified by testing a compiled kernel.
Guidance from maintainers on the correct fixup is welcome.
Signed-off-by: Viktor Menshin <ripeeerr@gmail.com>
---
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 dcbc66984..0d8f157c9 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7774,6 +7774,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, 0x3911, "Lenovo Yoga Pro 7 14IAH10", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
+ SND_PCI_QUIRK(0x17aa, 0x3912, "Lenovo Xiaoxin 14 GT", 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),
--
2.47.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Xiaoxin 14 GT
2026-06-15 9:25 [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Xiaoxin 14 GT Viktor Menshin
@ 2026-06-15 11:29 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-06-15 11:29 UTC (permalink / raw)
To: Viktor Menshin; +Cc: linux-sound, tiwai, perex
On Mon, 15 Jun 2026 11:25:15 +0200,
Viktor Menshin wrote:
>
> The Lenovo Xiaoxin 14 GT (Chinese market model, AMD Ryzen AI 9 365)
> produces constant electrical hissing and crackling noise from both
> internal speakers and 3.5mm headphone jack during audio playback.
> Audio works correctly on Windows.
>
> The PCI SSID 17aa:3912 is not present in the quirk list. The device
> shares the same AMD platform and ALC287 codec as neighboring Lenovo
> 14" AMD models (17aa:3911, 17aa:390d), so apply the same fixup.
>
> Note: the fixup selection is based on similarity with neighboring
> models and has not been verified by testing a compiled kernel.
> Guidance from maintainers on the correct fixup is welcome.
>
> Signed-off-by: Viktor Menshin <ripeeerr@gmail.com>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-15 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-15 9:25 [PATCH] ALSA: hda/realtek: Add quirk for Lenovo Xiaoxin 14 GT Viktor Menshin
2026-06-15 11:29 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.