Re: [PATCH 1/2] ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
From: Hridesh MG
Date: Thu Dec 05 2024 - 12:23:10 EST
On Thu, Dec 5, 2024 at 8:16 AM Kailang <kailang@xxxxxxxxxxx> wrote:
>
> You can assign model "ALC2XX_FIXUP_HEADSET_MIC" for the quirk.
>
> + SND_PCI_QUIRK(0x1025, 0x159c, "Acer Nitro 5 AN515-58", ALC2XX_FIXUP_HEADSET_MIC),
>
That seems to have fixed the problem, thanks. I've sent a v2 of the
patch with the required changes.