Skip to content

Commit 4c8e9a0

Browse files
crawfxrdjackpot51
authored andcommitted
ALSA: hda/realtek: Add quirk for Clevo V560TU
Fixes headset detection on Clevo V560TU. Signed-off-by: Tim Crawford <tcrawford@system76.com>
1 parent c977498 commit 4c8e9a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10219,6 +10219,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
1021910219
SND_PCI_QUIRK(0x1558, 0xa600, "Clevo NL50NU", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1022010220
SND_PCI_QUIRK(0x1558, 0xa650, "Clevo NP[567]0SN[CD]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1022110221
SND_PCI_QUIRK(0x1558, 0xa671, "Clevo NP70SN[CDE]", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
10222+
SND_PCI_QUIRK(0x1558, 0xa763, "Clevo V5[46]0TU", ALC256_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1022210223
SND_PCI_QUIRK(0x1558, 0xb018, "Clevo NP50D[BE]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1022310224
SND_PCI_QUIRK(0x1558, 0xb019, "Clevo NH77D[BE]Q", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),
1022410225
SND_PCI_QUIRK(0x1558, 0xb022, "Clevo NH77D[DC][QW]", ALC293_FIXUP_SYSTEM76_MIC_NO_PRESENCE),

0 commit comments

Comments
 (0)