Skip to content

Commit b06aca1

Browse files
committed
ALSA: hda/realtek: Add fixup for oryp8
Signed-off-by: Tim Crawford <[email protected]>
1 parent ae2753e commit b06aca1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2549,6 +2549,8 @@ static const struct snd_pci_quirk alc882_fixup_tbl[] = {
25492549
SND_PCI_QUIRK(0x1558, 0x67e1, "Clevo PB71[DE][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
25502550
SND_PCI_QUIRK(0x1558, 0x67e5, "Clevo PC70D[PRS](?:-D|-G)?", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
25512551
SND_PCI_QUIRK(0x1558, 0x70d1, "Clevo PC70[ER][CDF]", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2552+
SND_PCI_QUIRK(0x1558, 0x65f1, "System76 Oryx Pro (oryp8)", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
2553+
SND_PCI_QUIRK(0x1558, 0x67f1, "System76 Oryx Pro (oryp8)", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
25522554
SND_PCI_QUIRK(0x1558, 0x7714, "Clevo X170", ALC1220_FIXUP_CLEVO_PB51ED_PINS),
25532555
SND_PCI_QUIRK(0x1558, 0x9501, "Clevo P950HR", ALC1220_FIXUP_CLEVO_P950),
25542556
SND_PCI_QUIRK(0x1558, 0x9506, "Clevo P955HQ", ALC1220_FIXUP_CLEVO_P950),

0 commit comments

Comments
 (0)