Skip to content

Commit f1359f4

Browse files
committed
drm/bridge: fix documentation for the hdmi_audio_prepare() callback
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: 0beba3f ("drm/bridge: connector: add support for HDMI codec framework") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/linux-next/[email protected]/ Acked-by: Maxime Ripard <[email protected]> Reviewed-by: Rodrigo Vivi <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Dmitry Baryshkov <[email protected]>
1 parent 79c4b4f commit f1359f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/drm/drm_bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ struct drm_bridge_funcs {
691691
struct drm_bridge *bridge);
692692

693693
/**
694-
* @prepare:
694+
* @hdmi_audio_prepare:
695695
* Configures HDMI-encoder for audio stream. Can be called multiple
696696
* times for each setup. Mandatory if HDMI audio is enabled in the
697697
* bridge's configuration.

0 commit comments

Comments
 (0)