[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220913054622.15979-1-huangwenhuia@uniontech.com>
Date: Tue, 13 Sep 2022 13:46:22 +0800
From: huangwenhui <huangwenhuia@...ontech.com>
To: perex@...ex.cz, tiwai@...e.com
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 Huawei WRT-WX9
Fixes headphone and headset microphone detection on Huawei WRT-WX9.
Signed-off-by: huangwenhui <huangwenhuia@...ontech.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 38930cf5aace..0996a8fd008c 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9569,6 +9569,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x17aa, 0x9e54, "LENOVO NB", ALC269_FIXUP_LENOVO_EAPD),
SND_PCI_QUIRK(0x1849, 0x1233, "ASRock NUC Box 1100", ALC233_FIXUP_NO_AUDIO_JACK),
SND_PCI_QUIRK(0x19e5, 0x3204, "Huawei MACH-WX9", ALC256_FIXUP_HUAWEI_MACH_WX9_PINS),
+ SND_PCI_QUIRK(0x19e5, 0x320f, "Huawei WRT-WX9 ", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1b35, 0x1235, "CZC B20", ALC269_FIXUP_CZC_B20),
SND_PCI_QUIRK(0x1b35, 0x1236, "CZC TMI", ALC269_FIXUP_CZC_TMI),
SND_PCI_QUIRK(0x1b35, 0x1237, "CZC L101", ALC269_FIXUP_CZC_L101),
--
2.20.1
Powered by blists - more mailing lists