FROMLIST: drm/msm/dp: return 0 from audio_prepare when cable is disconnected#764
Conversation
|
Merge Check Failed: No Change Task Found No associated change tasks found for CR 4582751 on any of the following entities: Entities:
CR: 4582751 Please ensure the CR has a change task associated with at least one of the entities for this branch. |
PR #764 — validate-patchPR: #764
Final Summary
|
PR #764 — checker-log-analyzerPR: #764
Detailed report: Full report
|
…nnected PipeWire treats a non-zero return from prepare as fatal, marking the DP audio device as a dummy sink when the cable is unplugged. The active_stream_cnt guard already prevents any unclocked hardware access, so return success instead of -EINVAL when the link is not active. Upstream uses variable of power_on while 6.18-y kernel uses active_stream_cnt. Hence we use the active_stream_cnt in the current pull request. Link: https://lore.kernel.org/all/20260616151252.3599089-2-kumar.singh@oss.qualcomm.com/ Signed-off-by: Kumar Anurag <kumar.singh@oss.qualcomm.com>
554f3db to
c3e2277
Compare
|
Merge Check Failed: No Change Task Found No associated change tasks found for CR 4582751 on any of the following entities: Entities:
CR: 4582751 Please ensure the CR has a change task associated with at least one of the entities for this branch. |
Test Matrix
|
PipeWire treats a non-zero return from prepare as fatal, marking the DP audio device as a dummy sink when the cable is unplugged. The active_stream_cnt guard already prevents any unclocked hardware access, so return success instead of -EINVAL when the link is not active.
Link: https://lore.kernel.org/all/20260616151252.3599089-2-kumar.singh@oss.qualcomm.com/
CRs-Fixed: 4582751