File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
oclp_r/sys_patch/patchsets/hardware/audio Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def present(self) -> bool:
3737 """
3838 if utilities .check_kext_loaded ("org.voodoo.driver.VoodooHDA" ) != "" and self ._constants .audio_type != "AppleHDA" :
3939 self ._constants .audio_type = "AppleHDA"
40- return self ._constants .audio_type == "AppleHDA" and utilities . check_kext_loaded ( "as.vit9696.AppleALC" ) != ""
40+ return self ._constants .audio_type == "AppleHDA"
4141
4242 def requires_kernel_debug_kit (self ) -> bool :
4343 """
@@ -75,16 +75,6 @@ def _modern_audio_patches(self) -> dict:
7575 "AppleHDA.kext" : f"{ self ._constants .applehda_version } " ,
7676 },
7777 },
78-
79- PatchType .REMOVE_SYSTEM_VOLUME : {
80- "/Library/Extensions" : [
81- "AppleHDADisabler.kext" ,
82- "VoodooHDA.kext" ,
83- ],
84- "/Library/PreferencePanes" : [
85- "VoodooHDA.prefPane" ,
86- ],
87- },
8878 },
8979 }
9080
You can’t perform that action at this time.
0 commit comments