commit | 970fbbee55bca876be8f8ede849f9e5ab018a885 | [log] [tgz] |
---|---|---|
author | Jonas Witschel <diabonas@archlinux.org> | Fri Apr 16 12:58:54 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 11 14:47:32 2021 +0200 |
tree | f5bb30952da562c72992ca528b59f6982316b1fc | |
parent | 12fea3cb2277ab69ad0fd035d6cfff85e4a024ea [diff] |
ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G7 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>