]> git.itanic.dy.fi Git - linux-stable/commit
ALSA: hda/realtek: Add quirk for Legion Y9000X 2020
authorBaole Fang <fbl718@163.com>
Wed, 5 Jan 2022 14:08:54 +0000 (22:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 Jan 2022 08:13:16 +0000 (09:13 +0100)
commit4942295ec2affc4238e4fcad48dbfa2052d4367a
treee75faa574df3d23201286734f9dd35fd41b4cc68
parentf76d5f9391a55a149db14e5b5ef4185a798ef923
ALSA: hda/realtek: Add quirk for Legion Y9000X 2020

commit 8f4c90427a8f0ca0fcdd89d8966fcdab35fb2d4c upstream.

Legion Y9000X 2020 has a speaker, but the speaker doesn't work.
This can be fixed by applying alc285_fixup_ideapad_s740_coef
to fix the speaker's coefficients.
Besides, to support the transition between the speaker and the headphone,
alc287_fixup_legion_15imhg05_speakers needs to be run.

Signed-off-by: Baole Fang <fbl718@163.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220105140856.4855-1-fbl718@163.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c