]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook
authorAndy Chi <andy.chi@canonical.com>
Mon, 4 Mar 2024 13:40:32 +0000 (21:40 +0800)
committerTakashi Iwai <tiwai@suse.de>
Tue, 5 Mar 2024 09:01:13 +0000 (10:01 +0100)
commita17bd44c0146b00fcaa692915789c16bd1fb2a81
tree60f632603d12f97079f77d782debe51176cc72cd
parentb603d95692e47dc6f5f733e93c3841dc0c01e624
ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook

The HP EliteBook using ALC236 codec which using 0x02 to
control mute LED and 0x01 to control micmute LED.
Therefore, add a quirk to make it works.

Signed-off-by: Andy Chi <andy.chi@canonical.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20240304134033.773348-1-andy.chi@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c