ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine
authorAndy Chi <andy.chi@canonical.com>
Fri, 13 May 2022 12:16:45 +0000 (20:16 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jun 2022 12:22:05 +0000 (14:22 +0200)
commitc64dfc63c4223c83232e173beaca5f4df91e2952
tree2ccc4b70e54b35ce53775d12322c07b25bf6ad0d
parentac0899da0ed19bd7c0c61fb7a0ed2d6155afca4c
ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine

commit 024a7ad9eb4df626ca8c77fef4f67fd0ebd559d2 upstream.

The HP EliteBook 630 is using ALC236 codec which used 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/20220513121648.28584-1-andy.chi@canonical.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
[sudip: adjust context]
Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c