* [PATCH] ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY
@ 2025-08-26 14:10 aer
2025-08-26 15:02 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: aer @ 2025-08-26 14:10 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai
Cc: Christoffer Sandberg, Werner Sembach, Aaron Erhardt, linux-sound,
linux-kernel
From: Aaron Erhardt <aer@tuxedocomputers.com>
Add a PCI quirk to enable microphone detection on the headphone jack of
TongFang X6AR5xxY and X6FR5xxY devices.
Signed-off-by: Aaron Erhardt <aer@tuxedocomputers.com>
---
sound/hda/codecs/realtek/alc269.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index 0323606b3d6d..85bb8c4d3b17 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7147,6 +7147,8 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1d05, 0x121b, "TongFang GMxAGxx", ALC269_FIXUP_NO_SHUTUP),
SND_PCI_QUIRK(0x1d05, 0x1387, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MIC),
SND_PCI_QUIRK(0x1d05, 0x1409, "TongFang GMxIXxx", ALC2XX_FIXUP_HEADSET_MIC),
+ SND_PCI_QUIRK(0x1d05, 0x300f, "TongFang X6AR5xxY", ALC2XX_FIXUP_HEADSET_MIC),
+ SND_PCI_QUIRK(0x1d05, 0x3019, "TongFang X6FR5xxY", ALC2XX_FIXUP_HEADSET_MIC),
SND_PCI_QUIRK(0x1d17, 0x3288, "Haier Boyue G42", ALC269VC_FIXUP_ACER_VCOPPERBOX_PINS),
SND_PCI_QUIRK(0x1d72, 0x1602, "RedmiBook", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
SND_PCI_QUIRK(0x1d72, 0x1701, "XiaomiNotebook Pro", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE),
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY
2025-08-26 14:10 [PATCH] ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY aer
@ 2025-08-26 15:02 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2025-08-26 15:02 UTC (permalink / raw)
To: aer
Cc: Jaroslav Kysela, Takashi Iwai, Christoffer Sandberg,
Werner Sembach, linux-sound, linux-kernel
On Tue, 26 Aug 2025 16:10:54 +0200,
aer@tuxedocomputers.com wrote:
>
> From: Aaron Erhardt <aer@tuxedocomputers.com>
>
> Add a PCI quirk to enable microphone detection on the headphone jack of
> TongFang X6AR5xxY and X6FR5xxY devices.
>
> Signed-off-by: Aaron Erhardt <aer@tuxedocomputers.com>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-26 15:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26 14:10 [PATCH] ALSA: hda/realtek: Fix headset mic for TongFang X6[AF]R5xxY aer
2025-08-26 15:02 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).