* [PATCH] ALSA: hda/realtek: Add quirk for Legion S7 15IMH
@ 2026-04-13 15:48 Eric Naim
2026-04-13 15:56 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Eric Naim @ 2026-04-13 15:48 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: Eric Naim, stable, linux-sound, linux-kernel
Fix speaker output on the Lenovo Legion S7 15IMH05.
Cc: stable@vger.kernel.org
Signed-off-by: Eric Naim <dnaim@cachyos.org>
---
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 45f9d6487388..ae74e1b69eb3 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7605,6 +7605,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x3801, "Lenovo Yoga9 14IAP7", ALC287_FIXUP_YOGA9_14IAP7_BASS_SPK_PIN),
HDA_CODEC_QUIRK(0x17aa, 0x3802, "DuetITL 2021", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
SND_PCI_QUIRK(0x17aa, 0x3802, "Lenovo Yoga Pro 9 14IRP8", ALC287_FIXUP_TAS2781_I2C),
+ SND_PCI_QUIRK(0x17aa, 0x3811, "Legion S7 15IMH05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
SND_PCI_QUIRK(0x17aa, 0x3818, "Lenovo C940 / Yoga Duet 7", ALC298_FIXUP_LENOVO_C940_DUET7),
SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),
--
2.53.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Add quirk for Legion S7 15IMH
2026-04-13 15:48 [PATCH] ALSA: hda/realtek: Add quirk for Legion S7 15IMH Eric Naim
@ 2026-04-13 15:56 ` Takashi Iwai
2026-04-14 3:28 ` Eric Naim
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2026-04-13 15:56 UTC (permalink / raw)
To: Eric Naim
Cc: Jaroslav Kysela, Takashi Iwai, stable, linux-sound, linux-kernel
On Mon, 13 Apr 2026 17:48:17 +0200,
Eric Naim wrote:
>
> Fix speaker output on the Lenovo Legion S7 15IMH05.
>
> Cc: stable@vger.kernel.org
> Signed-off-by: Eric Naim <dnaim@cachyos.org>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Add quirk for Legion S7 15IMH
2026-04-13 15:56 ` Takashi Iwai
@ 2026-04-14 3:28 ` Eric Naim
2026-04-14 7:06 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Eric Naim @ 2026-04-14 3:28 UTC (permalink / raw)
To: Takashi Iwai
Cc: Jaroslav Kysela, Takashi Iwai, stable, linux-sound, linux-kernel
On 4/13/26 11:56 PM, Takashi Iwai wrote:
> On Mon, 13 Apr 2026 17:48:17 +0200,
> Eric Naim wrote:
>>
>> Fix speaker output on the Lenovo Legion S7 15IMH05.
>>
>> Cc: stable@vger.kernel.org
>> Signed-off-by: Eric Naim <dnaim@cachyos.org>
>
> Thanks, applied now.
>
>
> Takashi
Sorry Takashi, can you remove this from your tree? I seem to have gotten the
PID wrong for this device. I'll follow up with a v2 or fixup once I've
confirmed I got the correct PID. Let me know which of the two resolutions you
prefer.
--
Regards,
Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Add quirk for Legion S7 15IMH
2026-04-14 3:28 ` Eric Naim
@ 2026-04-14 7:06 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2026-04-14 7:06 UTC (permalink / raw)
To: Eric Naim
Cc: Takashi Iwai, Jaroslav Kysela, Takashi Iwai, stable, linux-sound,
linux-kernel
On Tue, 14 Apr 2026 05:28:00 +0200,
Eric Naim wrote:
>
> On 4/13/26 11:56 PM, Takashi Iwai wrote:
> > On Mon, 13 Apr 2026 17:48:17 +0200,
> > Eric Naim wrote:
> >>
> >> Fix speaker output on the Lenovo Legion S7 15IMH05.
> >>
> >> Cc: stable@vger.kernel.org
> >> Signed-off-by: Eric Naim <dnaim@cachyos.org>
> >
> > Thanks, applied now.
> >
> >
> > Takashi
>
> Sorry Takashi, can you remove this from your tree? I seem to have gotten the
> PID wrong for this device. I'll follow up with a v2 or fixup once I've
> confirmed I got the correct PID. Let me know which of the two resolutions you
> prefer.
As the tree was published, could you rather a correction patch on the
top? Put Fixes tag for pointing to the corrected commit.
thanks,
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-04-14 7:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-13 15:48 [PATCH] ALSA: hda/realtek: Add quirk for Legion S7 15IMH Eric Naim
2026-04-13 15:56 ` Takashi Iwai
2026-04-14 3:28 ` Eric Naim
2026-04-14 7:06 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox