Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Created June 1, 2015 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save githubutilities/e1205cfad065ce7f081a to your computer and use it in GitHub Desktop.
Save githubutilities/e1205cfad065ce7f081a to your computer and use it in GitHub Desktop.
VoodooHDA Kext Fix

VoodooHDA Kext Fix

Change this in Info.plist of VoodooHDA.kext

<key>VoodooHDAEnableHalfMicVolumeFix</key>
<false/>
<key>VoodooHDAEnableHalfVolumeFix</key>
<false/>
<key>VoodooHDAEnableMuteFix</key>
<true/>
<key>VoodooHDAEnableVolumeChangeFix</key>
<true/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment