Skip to content

Commit 61c3910

Browse files
crawfxrdjackpot51
authored andcommitted
Add audio quirks for galp5, lemp10, and pang10
1 parent 7e52b13 commit 61c3910

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7889,6 +7889,8 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
78897889
SND_PCI_QUIRK(0x1462, 0xb171, "Cubi N 8GL (MS-B171)", ALC283_FIXUP_HEADSET_MIC),
78907890
SND_PCI_QUIRK(0x1558, 0x1325, "System76 Darter Pro (darp5)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
78917891
SND_PCI_QUIRK(0x1558, 0x1401, "System76 Lemur Pro (lemp9)", ALC269_FIXUP_HEADSET_MODE_NO_HP_MIC),
7892+
SND_PCI_QUIRK(0x1558, 0x14a1, "System76 Lemur Pro (lemp10)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
7893+
SND_PCI_QUIRK(0x1558, 0x4018, "System76 Galago Pro (galp5)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
78927894
SND_PCI_QUIRK(0x1558, 0x50f0, "System76 Serval WS (serw12)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
78937895
SND_PCI_QUIRK(0x1558, 0x8520, "System76 Gazelle (gaze15)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
78947896
SND_PCI_QUIRK(0x1558, 0x8521, "System76 Gazelle (gaze15)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
@@ -7898,6 +7900,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
78987900
SND_PCI_QUIRK(0x1558, 0x8551, "System76 Gazelle (gaze14)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
78997901
SND_PCI_QUIRK(0x1558, 0x8560, "System76 Gazelle (gaze14)", ALC269_FIXUP_HEADSET_MIC),
79007902
SND_PCI_QUIRK(0x1558, 0x8561, "System76 Gazelle (gaze14)", ALC269_FIXUP_HEADSET_MIC),
7903+
SND_PCI_QUIRK(0x1558, 0xa500, "System76 Pangolin (pang10)", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
79017904
SND_PCI_QUIRK(0x17aa, 0x1036, "Lenovo P520", ALC233_FIXUP_LENOVO_MULTI_CODECS),
79027905
SND_PCI_QUIRK(0x17aa, 0x1048, "ThinkCentre Station", ALC283_FIXUP_HEADSET_MIC),
79037906
SND_PCI_QUIRK(0x17aa, 0x20f2, "Thinkpad SL410/510", ALC269_FIXUP_SKU_IGNORE),

0 commit comments

Comments
 (0)