From 8374a2fad38f2ab478a051d9e0b90651cb0999bf Mon Sep 17 00:00:00 2001 From: Alan Tull Date: Fri, 17 Feb 2012 13:34:53 -0600 Subject: ENGR00173964 make hdmi audio init dependent on hdmi video init Don't show hdmi as an audio playback device if hdmi isn't configured on the command line. Signed-off-by: Alan Tull --- include/linux/mfd/mxc-hdmi-core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/linux') diff --git a/include/linux/mfd/mxc-hdmi-core.h b/include/linux/mfd/mxc-hdmi-core.h index b607feec147a..0b241838f1b9 100644 --- a/include/linux/mfd/mxc-hdmi-core.h +++ b/include/linux/mfd/mxc-hdmi-core.h @@ -46,4 +46,7 @@ void hdmi_get_edid_cfg(struct mxc_edid_cfg *cfg); extern int mxc_hdmi_ipu_id; extern int mxc_hdmi_disp_id; +void hdmi_set_registered(int registered); +int hdmi_get_registered(void); + #endif -- cgit v1.2.3