diff mbox series

ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk

Message ID JAG24R.7NLJGWBF4G8U@tarmack.eu
State New
Headers show
Series ALSA: hda: ALC287: Add Lenovo IdeaPad Slim 9i 14ITL5 speaker quirk | expand

Commit Message

Bart Kroon Dec. 13, 2021, 6:20 p.m. UTC
Hello,

The speaker fixup that is used for the Yoga 7 14ITL5 also applies to
the IdeaPad Slim 9i 14ITL5. The attached patch applies the quirk to 
initialise the amplifier on the IdeaPad Slim 9i as well.

This is validated to work on my laptop.

Signed-off-by: Bart Kroon <bart@tarmack.eu>

Regards,
Bart

Comments

Takashi Iwai Jan. 5, 2022, 4:59 p.m. UTC | #1
On Mon, 13 Dec 2021 19:20:43 +0100,
Bart Kroon wrote:
> 
> Hello,
> 
> The speaker fixup that is used for the Yoga 7 14ITL5 also applies to
> the IdeaPad Slim 9i 14ITL5. The attached patch applies the quirk to
> initialise the amplifier on the IdeaPad Slim 9i as well.
> 
> This is validated to work on my laptop.
> 
> Signed-off-by: Bart Kroon <bart@tarmack.eu>

This one was almost forgotten...  Now applied with a minor
correction.

At the next time, please put maintainers (me) to Cc, so that it won't
get lost.


Thanks!

Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 8a3e2fe42106..de8f4e9c289d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8851,6 +8851,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x17aa, 0x3827, "Ideapad S740", ALC285_FIXUP_IDEAPAD_S740_COEF),
 	SND_PCI_QUIRK(0x17aa, 0x3843, "Yoga 9i", ALC287_FIXUP_IDEAPAD_BASS_SPK_AMP),
 	SND_PCI_QUIRK(0x17aa, 0x3813, "Legion 7i 15IMHG05", ALC287_FIXUP_LEGION_15IMHG05_SPEAKERS),
+	SND_PCI_QUIRK(0x17aa, 0x3834, "Lenovo IdeaPad Slim 9i 14ITL5", ALC287_FIXUP_YOGA7_14ITL_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, 0x3819, "Lenovo 13s Gen2 ITL", ALC287_FIXUP_13S_GEN2_SPEAKERS),