We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116053e commit 07c98c1Copy full SHA for 07c98c1
oclp_r/sys_patch/patchsets/hardware/misc/voodoo_audio.py
@@ -20,7 +20,7 @@ def name(self) -> str:
20
21
22
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")==""
+ return self._constants.audio_type=="VoodooHDA"
24
25
26
def native_os(self) -> bool:
0 commit comments