ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx
authorCésar Montoya <sprit152009@gmail.com>
Sat, 21 Mar 2026 15:36:03 +0000 (10:36 -0500)
committerTakashi Iwai <tiwai@suse.de>
Fri, 27 Mar 2026 09:31:47 +0000 (10:31 +0100)
commit2f388b4e8fdd6b0f27cafd281658daacfd85807e
treea0f4e326546a5b0b9d547626683a029055e451a9
parentd3be95efc6a1e03230ef646b498050152efe2888
ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx

The HP Pavilion 15-eg0xxx with subsystem ID 0x103c87cb uses a Realtek
ALC287 codec with a mute LED wired to GPIO pin 4 (mask 0x10). The
existing ALC287_FIXUP_HP_GPIO_LED fixup already handles this correctly,
but the subsystem ID was missing from the quirk table.

GPIO pin confirmed via manual hda-verb testing:
  hda-verb SET_GPIO_MASK 0x10
  hda-verb SET_GPIO_DIRECTION 0x10
  hda-verb SET_GPIO_DATA 0x10

Signed-off-by: César Montoya <sprit152009@gmail.com>
Link: https://patch.msgid.link/20260321153603.12771-1-sprit152009@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c