[PATCH] ALSA: hda/realtek: Add quirk for ASUS VivoBook X509DAP

Andrei Faleichyk posted 1 patch 4 days, 11 hours ago
sound/hda/codecs/realtek/alc269.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] ALSA: hda/realtek: Add quirk for ASUS VivoBook X509DAP
Posted by Andrei Faleichyk 4 days, 11 hours ago
The internal microphone on ASUS VivoBook X509DAP (subsystem ID
0x1043:0x197e) is not detected without a quirk entry. Add
ALC256_FIXUP_ASUS_MIC_NO_PRESENCE to fix the issue.

Signed-off-by: Andrei Faleichyk <andrei.faleichyk@noogadev.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 dcbc66984..18dec3427 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7379,6 +7379,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1043, 0x18f1, "Asus FX505DT", ALC256_FIXUP_ASUS_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1043, 0x194e, "ASUS UX563FD", ALC294_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x1970, "ASUS UX550VE", ALC289_FIXUP_ASUS_GA401),
+	SND_PCI_QUIRK(0x1043, 0x197e, "ASUS VivoBook X509DAP", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1043, 0x1982, "ASUS B1400CEPE", ALC256_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x19ce, "ASUS B9450FA", ALC294_FIXUP_ASUS_HPE),
 	SND_PCI_QUIRK(0x1043, 0x19e1, "ASUS UX581LV", ALC295_FIXUP_ASUS_MIC_NO_PRESENCE),
-- 
2.54.0
Re: [PATCH] ALSA: hda/realtek: Add quirk for ASUS VivoBook X509DAP
Posted by Takashi Iwai 4 days ago
On Wed, 03 Jun 2026 23:33:13 +0200,
Andrei Faleichyk wrote:
> 
> The internal microphone on ASUS VivoBook X509DAP (subsystem ID
> 0x1043:0x197e) is not detected without a quirk entry. Add
> ALC256_FIXUP_ASUS_MIC_NO_PRESENCE to fix the issue.
> 
> Signed-off-by: Andrei Faleichyk <andrei.faleichyk@noogadev.com>

Applied to for-next branch now.  Thanks.


Takashi