Add AppleALC kext with a temporary patch for macOS Sequoia 15

This commit is contained in:
Hoang Hong Quan
2024-09-11 17:29:45 +07:00
parent 6156b699b0
commit e7794d6c44
3 changed files with 7 additions and 3 deletions

View File

@@ -589,7 +589,7 @@ class KextMaestro:
if macos_version > (22, 0, 0) or custom_cpu_name or "MacPro7,1" in smbios:
kexts.append("RestrictEvents")
if codec_id in pci_data.CodecIDs and not ("AMD" in cpu_manufacturer and macos_version > (23, 0, 0)):
if codec_id in pci_data.CodecIDs:
kexts.append("AppleALC")
if "AMD" in cpu_manufacturer and macos_version > (21, 0, 0) or int(cpu_configuration) > 1 and macos_version > (18, 0, 0):