Skip to content

Commit

Permalink
remove VoodooHDA, add AppleALC kexts to config
Browse files Browse the repository at this point in the history
joepool committed Sep 4, 2021
1 parent 2fa12c3 commit e54b4a9
Showing 1 changed file with 40 additions and 10 deletions.
50 changes: 40 additions & 10 deletions OpenCore EFI (10.15-11)/EFI/OC/config.plist
Original file line number Diff line number Diff line change
@@ -516,6 +516,24 @@
<key>Arch</key>
<string>x86_64</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>BundlePath</key>
<string>USBMap.kext</string>
<key>ExecutablePath</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Arch</key>
<string>x86_64</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
@@ -528,29 +546,41 @@
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/VoodooHDA</string>
<string>Contents/MacOS/AppleALC</string>
<key>BundlePath</key>
<string>VoodooHDA.kext</string>
<key>Arch</key>
<string>x86_64</string>
<string>AppleALC.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>Enabled</key>
<true/>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>BundlePath</key>
<string>USBMap.kext</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/SMCProcessor</string>
<key>BundlePath</key>
<string>SMCProcessor.kext</string>
</dict>
<dict>
<key>Comment</key>
<string></string>
<key>MaxKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
<key>Arch</key>
<string>x86_64</string>
<key>Enabled</key>
<true/>
<key>MinKernel</key>
<string></string>
<key>ExecutablePath</key>
<string>Contents/MacOS/SMCSuperIO</string>
<key>BundlePath</key>
<string>SMCSuperIO.kext</string>
</dict>
</array>
<key>Block</key>

0 comments on commit e54b4a9

Please sign in to comment.