* [PATCH v2] ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
@ 2024-12-05 17:18 Hridesh MG
2024-12-06 12:57 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Hridesh MG @ 2024-12-05 17:18 UTC (permalink / raw)
To: linux-sound, linux-kernel
Cc: Hridesh MG, Jaroslav Kysela, Takashi Iwai, Kailang Yang,
Stefan Binding, Simon Trimmer, Joshua Grisham, Richard Fitzgerald
Add a PCI quirk to enable microphone input on the headphone jack on
the Acer Nitro 5 AN515-58 laptop.
Signed-off-by: Hridesh MG <hridesh699@gmail.com>
---
Changes from v1: https://lore.kernel.org/all/20241114-alc287-nitro5-v1-1-72e5bf2275c3@gmail.com/
Replaced the custom verbs and pin configs with a fixup model
---
sound/pci/hda/patch_realtek.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index e675f09aa795..2b9b118afde9 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10142,6 +10142,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1025, 0x1430, "Acer TravelMate B311R-31", ALC256_FIXUP_ACER_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1025, 0x1466, "Acer Aspire A515-56", ALC255_FIXUP_ACER_HEADPHONE_AND_MIC),
SND_PCI_QUIRK(0x1025, 0x1534, "Acer Predator PH315-54", ALC255_FIXUP_ACER_MIC_NO_PRESENCE),
+ SND_PCI_QUIRK(0x1025, 0x159c, "Acer Nitro 5 AN515-58", ALC2XX_FIXUP_HEADSET_MIC),
SND_PCI_QUIRK(0x1025, 0x169a, "Acer Swift SFG16", ALC256_FIXUP_ACER_SFG16_MICMUTE_LED),
SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
SND_PCI_QUIRK(0x1028, 0x053c, "Dell Latitude E5430", ALC292_FIXUP_DELL_E7X),
--
2.47.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
2024-12-05 17:18 [PATCH v2] ALSA: hda/realtek: Fix headset mic on Acer Nitro 5 Hridesh MG
@ 2024-12-06 12:57 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-12-06 12:57 UTC (permalink / raw)
To: Hridesh MG
Cc: linux-sound, linux-kernel, Jaroslav Kysela, Takashi Iwai,
Kailang Yang, Stefan Binding, Simon Trimmer, Joshua Grisham,
Richard Fitzgerald
On Thu, 05 Dec 2024 18:18:42 +0100,
Hridesh MG wrote:
>
> Add a PCI quirk to enable microphone input on the headphone jack on
> the Acer Nitro 5 AN515-58 laptop.
>
> Signed-off-by: Hridesh MG <hridesh699@gmail.com>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-06 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05 17:18 [PATCH v2] ALSA: hda/realtek: Fix headset mic on Acer Nitro 5 Hridesh MG
2024-12-06 12:57 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox