Re: [PATCH 1/4] drm/bridge: dw-hdmi: Add function to get plat_data

2025-07-23 Thread Shengjiu Wang
On Tue, Jul 22, 2025 at 3:38 PM Liu Ying wrote: > > Hi Shengjiu, > > On 07/18/2025, Shengjiu Wang wrote: > > The enable_audio() and disable_audio() callback pointers are in > > plat_data structure, and the audio device driver needs to get plat_data > > for assign these pointers. So add a function

Re: [PATCH 1/4] drm/bridge: dw-hdmi: Add function to get plat_data

2025-07-22 Thread Liu Ying
Hi Shengjiu, On 07/18/2025, Shengjiu Wang wrote: > The enable_audio() and disable_audio() callback pointers are in > plat_data structure, and the audio device driver needs to get plat_data > for assign these pointers. So add a function to export plat_data {enable,disable}_audio pointers are direc

Re: [PATCH 1/4] drm/bridge: dw-hdmi: Add function to get plat_data

2025-07-21 Thread Shengjiu Wang
On Sat, Jul 19, 2025 at 12:15 AM Frank Li wrote: > > On Fri, Jul 18, 2025 at 06:11:47PM +0800, Shengjiu Wang wrote: > > The enable_audio() and disable_audio() callback pointers are in > > plat_data structure, and the audio device driver needs to get plat_data > > for assign these pointers. So add

Re: [PATCH 1/4] drm/bridge: dw-hdmi: Add function to get plat_data

2025-07-18 Thread Frank Li
On Fri, Jul 18, 2025 at 06:11:47PM +0800, Shengjiu Wang wrote: > The enable_audio() and disable_audio() callback pointers are in > plat_data structure, and the audio device driver needs to get plat_data > for assign these pointers. So add a function to export plat_data > structure. drm/bridge: dw-