* [PATCH] ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
@ 2023-12-04 10:04 Bin Li
2023-12-04 14:24 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Bin Li @ 2023-12-04 10:04 UTC (permalink / raw)
To: tiwai; +Cc: kailang, alsa-devel, linux-kernel, aaron.ma, libin.charles
Lenovo M90 Gen5 is equipped with ALC897, and it needs
ALC897_FIXUP_HEADSET_MIC_PIN quirk to make its headset mic work.
Signed-off-by: Bin Li <bin.li@canonical.com>
---
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 f9ddacfd920e..08ed008a63a4 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -12196,6 +12196,7 @@ static const struct snd_pci_quirk alc662_fixup_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x32f7, "Lenovo ThinkCentre M90", ALC897_FIXUP_HEADSET_MIC_PIN),
SND_PCI_QUIRK(0x17aa, 0x3321, "Lenovo ThinkCentre M70 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN),
SND_PCI_QUIRK(0x17aa, 0x331b, "Lenovo ThinkCentre M90 Gen4", ALC897_FIXUP_HEADSET_MIC_PIN),
+ SND_PCI_QUIRK(0x17aa, 0x3364, "Lenovo ThinkCentre M90 Gen5", ALC897_FIXUP_HEADSET_MIC_PIN),
SND_PCI_QUIRK(0x17aa, 0x3742, "Lenovo TianYi510Pro-14IOB", ALC897_FIXUP_HEADSET_MIC_PIN2),
SND_PCI_QUIRK(0x17aa, 0x38af, "Lenovo Ideapad Y550P", ALC662_FIXUP_IDEAPAD),
SND_PCI_QUIRK(0x17aa, 0x3a0d, "Lenovo Ideapad Y550", ALC662_FIXUP_IDEAPAD),
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5
2023-12-04 10:04 [PATCH] ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 Bin Li
@ 2023-12-04 14:24 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2023-12-04 14:24 UTC (permalink / raw)
To: Bin Li; +Cc: tiwai, kailang, alsa-devel, linux-kernel, aaron.ma, libin.charles
On Mon, 04 Dec 2023 11:04:50 +0100,
Bin Li wrote:
>
> Lenovo M90 Gen5 is equipped with ALC897, and it needs
> ALC897_FIXUP_HEADSET_MIC_PIN quirk to make its headset mic work.
>
> Signed-off-by: Bin Li <bin.li@canonical.com>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-04 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04 10:04 [PATCH] ALSA: hda/realtek: Enable headset on Lenovo M90 Gen5 Bin Li
2023-12-04 14:24 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox