Skip to content

Commit 724a78e

Browse files
committed
fix patch
1 parent 042d21b commit 724a78e

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

oclp_r/sys_patch/patchsets/hardware/audio/modern_audio.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)