ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650 G8 Notebook PC
authorJeremy Szu <jeremy.szu@canonical.com>
Tue, 10 Aug 2021 10:08:45 +0000 (18:08 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 15 Aug 2021 12:00:26 +0000 (14:00 +0200)
commit8930f2c60a4596d1d69587192f90c1ab7d68e426
treec1e806be1a0614ef71abe5a374ad7cacf21b3625
parent98c3fa3a9d7a2e405ad5a656793d0117bed00881
ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650 G8 Notebook PC

commit d07149aba2ef423eae94a9cc2a6365d0cdf6fd51 upstream.

The HP ProBook 650 G8 Notebook PC is using ALC236 codec which is
using 0x02 to control mute LED and 0x01 to control micmute LED.
Therefore, add a quirk to make it works.

Signed-off-by: Jeremy Szu <jeremy.szu@canonical.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210810100846.65844-1-jeremy.szu@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c