[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230328074644.30142-1-huangwenhuia@uniontech.com>
Date: Tue, 28 Mar 2023 15:46:44 +0800
From: huangwenhui <huangwenhuia@...ontech.com>
To: tiwai@...e.com, perex@...ex.cz
Cc: jeremy.szu@...onical.com, hui.wang@...onical.com,
wse@...edocomputers.com, cam@...-zeon.de, kailang@...ltek.com,
tanureal@...nsource.cirrus.com, sami@...ne.fi,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
huangwenhui <huangwenhuia@...ontech.com>
Subject: [PATCH] ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Z
Fix headset microphone detection on Lenovo ZhaoYang CF4620Z.
Signed-off-by: huangwenhui <huangwenhuia@...ontech.com>
Change-Id: I89d3f4d1d18193418f74d0095b0e4daaf24c839f
---
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 e8b7f6bbfc59..a8810231a5b5 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7137,6 +7137,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x511f, "Thinkpad", ALC298_FIXUP_TPT470_DOCK),
SND_PCI_QUIRK(0x17aa, 0x3bf8, "Quanta FL1", ALC269_FIXUP_PCM_44K),
SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),
+ SND_PCI_QUIRK(0x17aa, 0x9e56, "Lenovo ZhaoYang CF4620Z", ALC286_FIXUP_SONY_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MBXP", ALC256_FIXUP_HUAWEI_MBXP_PINS),
SND_PCI_QUIRK(0x19e5, 0x320f, "Huawei WRT-WX9 ", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1b7d, 0xa831, "Ordissimo EVE2 ", ALC269VB_FIXUP_ORDISSIMO_EVE2), /* Also known as Malata PC-B1303 */
--
2.20.1
Powered by blists - more mailing lists