diff mbox series

ALSA: hda/realtek: Add quirk for IdeaPad 330-17IKB 81DM instead of Yoga Duet 7 13ITL6

Message ID 20240605105155.73981-1-rautyrauty@gmail.com (mailing list archive)
State New
Headers show
Series ALSA: hda/realtek: Add quirk for IdeaPad 330-17IKB 81DM instead of Yoga Duet 7 13ITL6 | expand

Commit Message

Rauty June 5, 2024, 10:51 a.m. UTC
From: Ajrat Makhmutov <rauty@altlinux.org>

Headset microphone do not work out of the box with this laptop. This quirk fixes it.

Based on the alsa-info https://alsa-project.org/db/?f=268601dbdb76f9a4c18d71e210091ffed4bf2818 that Zihao Wang sent me
and the amixer data from linux-hardware.org for both devices, Zihao Wang specified the wrong subsystem id in his patch:
https://lore.kernel.org/all/20220424084120.74125-1-wzhd@ustc.edu/.
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index aa76d1c88589..5ec95a7903b8 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10502,7 +10502,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 / Yoga Duet 7", ALC298_FIXUP_LENOVO_C940_DUET7),
 	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, 0x3820, "IdeaPad 330-17IKB 81DM", ALC269_FIXUP_ASPIRE_HEADSET_MIC),
 	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),