]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: hda/cirrus fix cs420x MacPro 6,1 inverted jack detection
authorRené Rebe <rene@exactco.de>
Mon, 17 Nov 2025 17:23:51 +0000 (18:23 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 18 Nov 2025 06:55:42 +0000 (07:55 +0100)
Turns out the Apple MacPro 6,1 trashcan also needs the inverted jack
detection like Mac mini patched, too.

Signed-off-by: René Rebe <rene@exactco.de>
Cc: <sstable@vger.kernel.org>
Link: https://patch.msgid.link/20251117.182351.1595411649664739497.rene@exactco.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/cirrus/cs420x.c

index 823220d5cadacacecba3f1824759f4aba87a83b2..13f5f1711fa47a1a8d0540552a69ae51b49c1e31 100644 (file)
@@ -585,6 +585,7 @@ static const struct hda_quirk cs4208_mac_fixup_tbl[] = {
        SND_PCI_QUIRK(0x106b, 0x6c00, "MacMini 7,1", CS4208_MACMINI),
        SND_PCI_QUIRK(0x106b, 0x7100, "MacBookAir 6,1", CS4208_MBA6),
        SND_PCI_QUIRK(0x106b, 0x7200, "MacBookAir 6,2", CS4208_MBA6),
+       SND_PCI_QUIRK(0x106b, 0x7800, "MacPro 6,1", CS4208_MACMINI),
        SND_PCI_QUIRK(0x106b, 0x7b00, "MacBookPro 12,1", CS4208_MBP11),
        {} /* terminator */
 };