--- Begin Message ---
- To: alsa-devel@xxxxxxxxxxxxxxxx
- Subject: [PATCH] ALSA: hda/realtek: Add quirk for Clevo L140AU
- From: Tim Crawford <tcrawford@xxxxxxxxxxxx>
- Date: Fri, 5 May 2023 10:36:51 -0600
- Cc: tiwai@xxxxxxx, productdev@xxxxxxxxxxxx, Jeremy Soller <jeremy@xxxxxxxxxxxx>, Tim Crawford <tcrawford@xxxxxxxxxxxx>
- Feedback-id: i1761444e:Fastmail
From: Jeremy Soller <jeremy@xxxxxxxxxxxx>
Fixes headset detection on Clevo L140AU.
Signed-off-by: Jeremy Soller <jeremy@xxxxxxxxxxxx>
Signed-off-by: Tim Crawford <tcrawford@xxxxxxxxxxxx>
---
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 068ce0db9562..570f3478c4e7 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9617,6 +9617,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x1558, 0x7716, "Clevo NS50PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1558, 0x7717, "Clevo NS70PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1558, 0x7718, "Clevo L140PU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
+ SND_PCI_QUIRK(0x1558, 0x7724, "Clevo L140AU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1558, 0x8228, "Clevo NR40BU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1558, 0x8520, "Clevo NH50D[CD]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
SND_PCI_QUIRK(0x1558, 0x8521, "Clevo NH77D[CD]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
--
2.40.1
--- End Message ---