]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power
authorAndy Chi <andy.chi@canonical.com>
Mon, 22 Jan 2024 07:48:24 +0000 (15:48 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Feb 2024 08:51:39 +0000 (09:51 +0100)
commite160dda191eb9ce6451d47986384e94b306be2c4
tree5d7c626773165a3e03fa6fb0038c13fccf1bae79
parente9f801bb72667c867c92cec046db5eeeae76c622
ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power

commit 1513664f340289cf10402753110f3cff12a738aa upstream.

The HP ZBook Power 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/20240122074826.1020964-1-andy.chi@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