* [PATCH] ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A315-44P
@ 2026-04-25 15:40 Naser Al-Asbahi
2026-04-27 12:14 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Naser Al-Asbahi @ 2026-04-25 15:40 UTC (permalink / raw)
To: Takashi Iwai, Jaroslav Kysela; +Cc: linux-sound, linux-kernel, Naser Al-Asbahi
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>
---
sound/hda/codecs/realtek/alc269.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index d720565db..d870f87a5 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6717,6 +6717,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1025, 0x159c, "Acer Nitro 5 AN515-58", ALC2XX_FIXUP_HEADSET_MIC),
SND_PCI_QUIRK(0x1025, 0x1597, "Acer Nitro 5 AN517-55", ALC2XX_FIXUP_HEADSET_MIC),
SND_PCI_QUIRK(0x1025, 0x160e, "Acer PT316-51S", ALC2XX_FIXUP_HEADSET_MIC),
+ SND_PCI_QUIRK(0x1025, 0x1640, "Acer Aspire A315-44P", ALC256_FIXUP_ACER_SFG16_MICMUTE_LED),
SND_PCI_QUIRK(0x1025, 0x1679, "Acer Nitro 16 AN16-41", ALC2XX_FIXUP_HEADSET_MIC),
SND_PCI_QUIRK(0x1025, 0x169a, "Acer Swift SFG16", ALC256_FIXUP_ACER_SFG16_MICMUTE_LED),
SND_PCI_QUIRK(0x1025, 0x171e, "Acer Nitro ANV15-51", ALC245_FIXUP_ACER_MICMUTE_LED),
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A315-44P
2026-04-25 15:40 [PATCH] ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A315-44P Naser Al-Asbahi
@ 2026-04-27 12:14 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-04-27 12:14 UTC (permalink / raw)
To: Naser Al-Asbahi; +Cc: Takashi Iwai, Jaroslav Kysela, linux-sound, linux-kernel
On Sat, 25 Apr 2026 17:40:14 +0200,
Naser Al-Asbahi wrote:
>
> 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>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-27 12:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-25 15:40 [PATCH] ALSA: hda/realtek: Add micmute LED quirk for Acer Aspire A315-44P Naser Al-Asbahi
2026-04-27 12:14 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox