AppleALC does not work on macOS Sequoia with AMD systems as of now

This commit is contained in:
Hoang Hong Quan
2024-07-30 02:15:23 +07:00
parent 834c2e74b6
commit c6eceaa3a0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ class ConfigProdigy:
"keepsyms=1"
]
if codec_id in codec_layouts.data:
if codec_id in codec_layouts.data and not ("AMD" in cpu_manufacturer and macos_version > 23):
boot_args.append("alcid={}".format(random.choice(codec_layouts.data.get(codec_id))))
if "AMD" in cpu_manufacturer or self.is_intel_hedt_cpu(cpu_codename):