diff mbox series

ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers

Message ID 20220424084120.74125-1-wzhd@ustc.edu
State Accepted
Commit 3b79954fd00d540677c97a560622b73f3a1f4e28
Headers show
Series ALSA: hda/realtek: Add quirk for Yoga Duet 7 13ITL6 speakers | expand

Commit Message

Zihao Wang April 24, 2022, 8:41 a.m. UTC
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(+)

Comments

Takashi Iwai April 25, 2022, 6:03 a.m. UTC | #1
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
diff mbox series

Patch

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),