]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A315-44P
authorNaser Al-Asbahi <nasserqahtan0@gmail.com>
Sat, 25 Apr 2026 15:40:14 +0000 (17:40 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Apr 2026 12:14:30 +0000 (14:14 +0200)
commitd830631a128b394793811d9de61550d4518906cd
treec654e6d9243317894d472de6afefb121f09b2bee
parent597aa74b0e73f5e0c915b5d0c95cb296774589bd
ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A315-44P

The mic-mute LED on the Acer Aspire A315-44P (subsystem ID 0x10251640)
does not light up when the microphone is muted. The LED is connected to
GPIO3 of the Realtek ALC256 codec.

Add a quirk entry using ALC256_FIXUP_ACER_SFG16_MICMUTE_LED, which
configures GPIO3 (bitmask 0x04) as the micmute LED, identical to
the Acer Swift SFG16.

Tested by manually sending HDA verb commands directly to the codec
and verifying that GPIO3 drives the LED while GPIO1 and GPIO2
do not.

Signed-off-by: Naser Al-Asbahi <nasserqahtan0@gmail.com>
Link: https://patch.msgid.link/20260425154014.83982-1-nasserqahtan0@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c