]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G7
authorJonas Witschel <diabonas@archlinux.org>
Fri, 16 Apr 2021 10:58:54 +0000 (12:58 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 19 May 2021 08:32:18 +0000 (10:32 +0200)
commita2defdca2fd640fa8a7db2081680284b0ac9ac37
tree5e10511547c4e1a1f0f7aa0771a94984fcdd03a9
parenta9c0a2ec1baa4125978b0b64c79e5ed0a0b00b45
ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G7

BugLink: https://bugs.launchpad.net/bugs/1928857
commit 75b62ab65d2715ce6ff0794033d61ab9dc4a2dfc upstream.

The HP ProBook 445 G7 (17T32ES) uses ALC236. Like ALC236_FIXUP_HP_GPIO_LED,
COEF index 0x34 bit 5 is used to control the playback mute LED, but the
microphone mute LED is controlled using pin VREF instead of a COEF index.

AlsaInfo: https://alsa-project.org/db/?f=0d3f4d1af39cc359f9fea9b550727ee87e5cf45a
Signed-off-by: Jonas Witschel <diabonas@archlinux.org>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210416105852.52588-1-diabonas@archlinux.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
sound/pci/hda/patch_realtek.c