]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda/realtek: Fix LED on Zbook Studio G9
authorKai-Heng Feng <kai.heng.feng@canonical.com>
Thu, 17 Mar 2022 22:11:33 +0000 (06:11 +0800)
committerTakashi Iwai <tiwai@suse.de>
Fri, 18 Mar 2022 08:18:59 +0000 (09:18 +0100)
commit932e4e69934d0947e7bfaf6efb54efb840f9d273
treedfbd075c58609a25b75af055598599a51db7bc6e
parentf4a9094ae09d566968eaf489ac416e6af699a071
ALSA: hda/realtek: Fix LED on Zbook Studio G9

Commit e810738e7cc7 ("ALSA: hda/realtek: Add support for HP Laptops")
breaks mute and micmute LEDs because it changed the LED quirk from
ALC285_FIXUP_HP_GPIO_LED to ALC245_FIXUP_HP_GPIO_LED, so change it back
here.

Also reorder the chain of quirks to ensure LED quirk is the last one
being applied.

Fixes: e810738e7cc7 ("ALSA: hda/realtek: Add support for HP Laptops")
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Link: https://lore.kernel.org/r/20220317221134.566358-1-kai.heng.feng@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c