diff mbox series

[1/3] ALSA: hda/realtek: Add quirk for System76 Lemur Pro (lemp9)

Message ID 86a53327-0c15-4ea7-a158-2c6eb61aaa85@www.fastmail.com (mailing list archive)
State New, archived
Headers show
Series [1/3] ALSA: hda/realtek: Add quirk for System76 Lemur Pro (lemp9) | expand

Commit Message

Jeremy Soller Sept. 3, 2020, 8:51 p.m. UTC
The System76 Lemur Pro (lemp9) requires the
ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC quirk for the headset microphone to
function.

Signed-off-by: Jeremy Soller <jeremy@system76.com>
Cc: alsa-devel@alsa-project.org
---
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index a1fa983d2a94..58d5ebb6e196 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7702,6 +7702,7 @@  static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1558, 0x1325, "System76 Darter Pro (darp5)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0x1558, 0x1401, "System76 Lemur Pro (lemp9)", ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC),
 	SND_PCI_QUIRK(0x1558, 0x8550, "System76 Gazelle (gaze14)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x8551, "System76 Gazelle (gaze14)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x1558, 0x8560, "System76 Gazelle (gaze14)", ALC269_FIXUP_HEADSET_MIC),