Re: [PATCH] drm/bridge: fix documentation for the hdmi_audio_prepare() callback

2025-01-14 Thread Rodrigo Vivi
On Tue, Jan 07, 2025 at 12:06:39PM +0200, Dmitry Baryshkov wrote: > Fix c&p error and change linuxdoc comment for the hdmi_audio_prepare() > callback from drm_bridge_funcs to mention the callback name instead of > the original prepare() callback. > > Fixes: 0beba3f9d366 ("drm/bridge: connector: ad

[PATCH] drm/bridge: fix documentation for the hdmi_audio_prepare() callback

2025-01-07 Thread Dmitry Baryshkov
Fix c&p error and change linuxdoc comment for the hdmi_audio_prepare() callback from drm_bridge_funcs to mention the callback name instead of the original prepare() callback. Fixes: 0beba3f9d366 ("drm/bridge: connector: add support for HDMI codec framework") Reported-by: Stephen Rothwell Closes: