[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230526094704.14597-1-aichao@kylinos.cn>
Date: Fri, 26 May 2023 17:47:04 +0800
From: Ai Chao <aichao@...inos.cn>
To: perex@...ex.cz, tiwai@...e.com, sbinding@...nsource.cirrus.com,
tcrawford@...tem76.com, andy.chi@...onical.com,
tangmeng@...ontech.com, luke@...nes.dev, p.jungkamp@....net,
kasper93@...il.com, yangyuchi66@...il.com, yangyingliang@...wei.com
Cc: alsa-devel@...a-project.org, linux-kernel@...r.kernel.org,
Ai Chao <aichao@...inos.cn>
Subject: [PATCH] ALSA: hda/realtek: Add a quirk for HP Slim Desktop S01
Add a quirk for HP Slim Desktop S01 to fixup headset MIC no presence.
Signed-off-by: Ai Chao <aichao@...inos.cn>
---
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 a7e4765eff80..70b1e4b91521 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -11694,6 +11694,7 @@ static const struct snd_pci_quirk alc662_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x8719, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
SND_PCI_QUIRK(0x103c, 0x872b, "HP", ALC897_FIXUP_HP_HSMIC_VERB),
SND_PCI_QUIRK(0x103c, 0x873e, "HP", ALC671_FIXUP_HP_HEADSET_MIC2),
+ SND_PCI_QUIRK(0x103c, 0x8768, "HP Slim Desktop S01", ALC671_FIXUP_HP_HEADSET_MIC2),
SND_PCI_QUIRK(0x103c, 0x877e, "HP 288 Pro G6", ALC671_FIXUP_HP_HEADSET_MIC2),
SND_PCI_QUIRK(0x103c, 0x885f, "HP 288 Pro G8", ALC671_FIXUP_HP_HEADSET_MIC2),
SND_PCI_QUIRK(0x1043, 0x1080, "Asus UX501VW", ALC668_FIXUP_HEADSET_MODE),
--
2.25.1
Powered by blists - more mailing lists