Message ID | 20211223232857.30741-1-arsgeiger@gmail.com |
---|---|
State | Accepted |
Commit | 6dc86976220cc904e87ee58e4be19dd90d6a36d5 |
Headers | show |
Series | ALSA: hda/realtek: Add speaker fixup for some Yoga 15ITL5 devices | expand |
On Fri, 24 Dec 2021 00:28:57 +0100, arsgeiger@gmail.com wrote: > > From: Arie Geiger <arsgeiger@gmail.com> > > This patch adds another possible subsystem ID for the ALC287 used by > the Lenovo Yoga 15ITL5. > It uses the same initalization as the others. > This patch has been tested and works for my device. > > Signed-off-by: Arie Geiger <arsgeiger@gmail.com> Thanks, applied. Takashi
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 3599f4c85ebf..188cbcde6e49 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -8901,6 +8901,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, 0x3852, "Lenovo Yoga 7 14ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3853, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), + SND_PCI_QUIRK(0x17aa, 0x384a, "Lenovo Yoga 7 15ITL5", ALC287_FIXUP_YOGA7_14ITL_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS), SND_PCI_QUIRK(0x17aa, 0x3902, "Lenovo E50-80", ALC269_FIXUP_DMIC_THINKPAD_ACPI), SND_PCI_QUIRK(0x17aa, 0x3977, "IdeaPad S210", ALC283_FIXUP_INT_MIC),