[Kernel/FB] Fix HDMI audio #51
Labels
project:UX481
For variants UX481FA (14", 2019) and UX481FL (14", 2019)
status:investigating
Issue is currently being investigated.
type:bug
Something isn't working
type:documentation
Improvements or additions to documentation
It's possible that HDMI audio does not work due to an unset power well state. This was discovered from a check that looks for the presence of a connector flag (from the internal display, oddly enough).
This check was found in
AppleIntelFramebufferController::getPowerWellState
:https://github.com/acidanthera/WhateverGreen/blob/c5a5f507f54a6ff1d17e048fb9456302ef2a3702/WhateverGreen/kern_fb.hpp#L138-L142:
I've previously encountered this in #4 (comment), which brings some related points to this issue (as both audio and DDI_B lanes are within the power domain of PW2).
For HDMI (digital audio), the suggested fix is to change the connector flags for the internal display (con0) from
98000000
to98010000
:The text was updated successfully, but these errors were encountered: