22 Apr
2022
22 Apr
'22
11:20 a.m.
On Fri, 22 Apr 2022 09:39:37 +0200, Hui Wang wrote:
The quirk ALC287_FIXUP_CS35L41_I2C_2 needs to chain the quirk ALC269_FIXUP_THINKPAD_ACPI, otherwise the mute led will not work if a thinkpad machine applies that quirk.
And it will be safe if non-thinkpad machines apply that quirk since hda_fixup_thinkpad_acpi() will check and return in this case.
Fixes: ae7abe36e352e ("ALSA: hda/realtek: Add CS35L41 support for Thinkpad laptops") Signed-off-by: Hui Wang hui.wang@canonical.com
Thanks, applied.
Takashi