Skip to content

Commit 07c98c1

Browse files
committed
update voodoo audio
1 parent 116053e commit 07c98c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oclp_r/sys_patch/patchsets/hardware/misc/voodoo_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def name(self) -> str:
2020

2121

2222
def present(self) -> bool:
23-
return self._constants.audio_type=="VoodooHDA" and utilities.check_kext_loaded("as.vit9696.AppleALC") =="" and utilities.check_kext_loaded("org.voodoo.driver.VoodooHDA")==""
23+
return self._constants.audio_type=="VoodooHDA"
2424

2525

2626
def native_os(self) -> bool:

0 commit comments

Comments
 (0)