]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda/realtek: Enable Mute LED on HP OMEN 16 Laptop xd000xx
authorSharan Kumar M <sharweshraajan@gmail.com>
Sat, 29 Mar 2025 15:41:06 +0000 (21:11 +0530)
committerTakashi Iwai <tiwai@suse.de>
Mon, 31 Mar 2025 08:47:24 +0000 (10:47 +0200)
commite5182305a5199246dbcb4053299dcb1c8867b6ff
tree9a0d2c45bb3e41153ccf7c9df47ad546a32151c1
parent2a07804170c716ef1a8c3bc6b2d622abcafb7bde
ALSA: hda/realtek: Enable Mute LED on HP OMEN 16 Laptop xd000xx

This patch adds the HP OMEN 16 Laptop xd000xx to enable mute led.
it uses ALC245_FIXUP_HP_MUTE_LED_COEFBIT with a slight modification
setting mute_led_coef.off to 0(it was set to 4 i guess
in that function) which i referred to your previous patch disscusion
https://bugzilla.kernel.org/show_bug.cgi?id=214735 .
i am not sure whether i can modify the current working function so i
added another version calling
ALC245_FIXUP_HP_MUTE_LED_V1_COEFBIT. and both works for me.

Tested on 6.13.4-arch1-1 to 6.14.0-arch1-1

Signed-off-by: Sharan Kumar M <sharweshraajan@gmail.com>
Cc: <stable@vger.kernel.org>
Link: https://patch.msgid.link/20250329154105.7618-2-sharweshraajan@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c