1 # --- T2-COPYRIGHT-BEGIN ---
2 # t2/package/*/linux/hda-macpro-inv_jack.patch
3 # Copyright (C) 2025 The T2 SDE Project
4 # SPDX-License-Identifier: GPL-2.0 or patched project license
5 # --- T2-COPYRIGHT-END ---
7 diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c
8 index 06e046214a41..dcd58f0b8bdf 100644
9 --- a/sound/pci/hda/patch_cirrus.c
10 +++ b/sound/pci/hda/patch_cirrus.c
11 @@ -643,6 +643,7 @@ static const struct hda_quirk cs4208_fixup_tbl[] = {
12 static const struct hda_quirk cs4208_mac_fixup_tbl[] = {
13 SND_PCI_QUIRK(0x106b, 0x5e00, "MacBookPro 11,2", CS4208_MBP11),
14 SND_PCI_QUIRK(0x106b, 0x6c00, "MacMini 7,1", CS4208_MACMINI),
15 + SND_PCI_QUIRK(0x106b, 0x7800, "MacPro 6,1", CS4208_MACMINI),
16 SND_PCI_QUIRK(0x106b, 0x7100, "MacBookAir 6,1", CS4208_MBA6),
17 SND_PCI_QUIRK(0x106b, 0x7200, "MacBookAir 6,2", CS4208_MBA6),
18 SND_PCI_QUIRK(0x106b, 0x7b00, "MacBookPro 12,1", CS4208_MBP11),