]> git.itanic.dy.fi Git - linux-stable/commit
ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED
authorCaleb Harper <calebharp2005@gmail.com>
Wed, 3 May 2023 17:50:26 +0000 (12:50 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 May 2023 14:16:54 +0000 (23:16 +0900)
commitb6628c80c463362874af298bb304a9a660cb88f2
tree9c5351513309567d1c4a2bd52325ef6ea0c6e36a
parentf026727a9692ee740afe72a66e25cb5f919db06f
ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED

commit e7477cb97607b373d175a759c8c0270a640ab3f2 upstream.

This patch adds support for the mute LED on the HP Pavilion Aero Laptop
13-be0xxx. The current behavior is that the LED does not turn on at any
time and does not indicate to the user whether the sound is muted.

The solution is to add a PCI quirk to properly recognize and support the
LED on this device.

This change has been tested on the device in question using modified
versions of kernels 6.0.7-6.2.12 on Arch Linux.

Signed-off-by: Caleb Harper <calebharp2005@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20230503175026.6796-1-calebharp2005@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_realtek.c