All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers
@ 2022-04-24  8:41 Zihao Wang
  2022-04-25  6:03 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Zihao Wang @ 2022-04-24  8:41 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, Zihao Wang

Lenovo Yoga Duet 7 13ITL6 has Realtek ALC287 and built-in
speakers do not work out of the box. The fix developed for
Yoga 7i 14ITL5 also enables speaker output for this model.

Signed-off-by: Zihao Wang <wzhd@ustc.edu>
---
 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
index c65d3dbc6cc96..cf531c1efa132 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9247,6 +9247,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
 	SND_PCI_QUIRK(0x17aa, 0x3818, "Lenovo C940", ALC298_FIXUP_LENOVO_SPK_VOLUME),
 	SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),
+	SND_PCI_QUIRK(0x17aa, 0x3820, "Yoga Duet 7 13ITL6", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
 	SND_PCI_QUIRK(0x17aa, 0x3824, "Legion Y9000X 2020", ALC285_FIXUP_LEGION_Y9000X_SPEAKERS),
 	SND_PCI_QUIRK(0x17aa, 0x3827, "Ideapad S740", ALC285_FIXUP_IDEAPAD_S740_COEF),
 	SND_PCI_QUIRK(0x17aa, 0x3834, "Lenovo IdeaPad Slim 9i 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS),
-- 
2.30.2


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

* Re: [PATCH] ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers
  2022-04-24  8:41 [PATCH] ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers Zihao Wang
@ 2022-04-25  6:03 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-04-25  6:03 UTC (permalink / raw)
  To: Zihao Wang; +Cc: alsa-devel

On Sun, 24 Apr 2022 10:41:20 +0200,
Zihao Wang wrote:
> 
> Lenovo Yoga Duet 7 13ITL6 has Realtek ALC287 and built-in
> speakers do not work out of the box. The fix developed for
> Yoga 7i 14ITL5 also enables speaker output for this model.
> 
> Signed-off-by: Zihao Wang <wzhd@ustc.edu>

Thanks, applied with Cc to stable.


Takashi

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

end of thread, other threads:[~2022-04-25  6:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-24  8:41 [PATCH] ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers Zihao Wang
2022-04-25  6:03 ` 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.