Jump to content
5 posts in this topic

Recommended Posts

I don't believe there is a HDAEnabler.kext available that can do that. Not sure, but it should be easy enough to find if it exists.

 

Technically you are already "using a DSDT". You can't really avoid using your DSDT, it's part of your BIOS. It just hasn't been patched.

 

What's wrong with extracting your DSDT and patching it for HDMI audio?

  • 1 month later...

Or you can now use the key EnableHDMIAudio in the org.chameleon.Boot.plist (available from commit 1950)

<key>GraphicsEnabler</key>
<string>Yes</string>
<key>EnableHDMIAudio</key>
<string>Yes</string>

 

Fabio

wait a moment - does the EnableHDMIAudio switch ALSO require GraphicsEnabler to be toggled on ??? (I don't see why else you'd list GE = y in the same contyext as EnableHDMIAudio = y .. ?

 

Also: even with EnableHDMIAudio = y there still needs to be the appropriate driver. Aren't the DSDT edits part of driver, so to speak? Way more than just the Chameleon switch EnableHDMIAudio?

 

Or in other words: what is the value of EnableHDMIAudio in org chameleon boot plist?

×
×
  • Create New...