Skip to content

Commit 7a234d3

Browse files
[modern_audio] Force AppleHDA into the root volume
It cannot (currently) be injected as it depends on kexts in the SysKC, and it stalls in the AuxKC. Look into this closer to release?
1 parent d7eadbd commit 7a234d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

opencore_legacy_patcher/sys_patch/patchsets/hardware/misc/modern_audio.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ def native_os(self) -> bool:
4444

4545
return False
4646

47+
def requires_kernel_debug_kit(self) -> bool:
48+
"""
49+
Apple no longer provides standalone kexts in the base OS
50+
"""
51+
return True
52+
4753

4854
def hardware_variant(self) -> HardwareVariant:
4955
"""

0 commit comments

Comments
 (0)