Re: [PATCH] drm/bridge: anx7625: Notify audio framework of connector status changes

2022-09-23 Thread AngeloGioacchino Del Regno
Il 23/09/22 01:21, NĂ­colas F. R. A. Prado ha scritto: We already have anx7625_audio_update_connector_status() to notify the audio framework when HDMI is (dis)connected, but up until now this function was only called during the callback setup. Add a call for it to the HPD change handling logic.

[PATCH] drm/bridge: anx7625: Notify audio framework of connector status changes

2022-09-22 Thread NĂ­colas F . R . A . Prado
We already have anx7625_audio_update_connector_status() to notify the audio framework when HDMI is (dis)connected, but up until now this function was only called during the callback setup. Add a call for it to the HPD change handling logic. A couple functions needed to be hoisted as part of this.