[PATCH] ALSA: hda/realtek: Add ASUS E410MA to ALC256_FIXUP_ASUS_MIC_NO_PRESENCE

From: Augusto Massotti

Date: Sun Jul 05 2026 - 21:58:19 EST


From: TheYautja <am.96138669@xxxxxxxxx>

The ASUS E410MA (SSID 1043:10e2) needs
ALC256_FIXUP_ASUS_MIC_NO_PRESENCE for the internal microphone to
function correctly.

Without this quirk, the internal mic is not detected.
Adding the subsystem ID to the existing fixup table enables the
internal microphone

Signed-off-by: TheYautja <am.96138669@xxxxxxxxx>
---
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 f7700713dc62..b998847d69c0 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7355,6 +7355,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1043, 0x10c0, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
SND_PCI_QUIRK(0x1043, 0x10d0, "ASUS X540LA/X540LJ", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1043, 0x10d3, "ASUS K6500ZC", ALC294_FIXUP_ASUS_SPK),
+ SND_PCI_QUIRK(0x1043, 0x10e2, "ASUS E410MA", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1043, 0x1154, "ASUS TP3607SH", ALC287_FIXUP_TAS2781_I2C),
SND_PCI_QUIRK(0x1043, 0x115d, "Asus 1015E", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
SND_PCI_QUIRK(0x1043, 0x1194, "ASUS UM3406KA", ALC287_FIXUP_CS35L41_I2C_2),
--
2.43.0