diff options
Diffstat (limited to 'drivers/video/omap2/dss/dss.h')
-rw-r--r-- | drivers/video/omap2/dss/dss.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss.h b/drivers/video/omap2/dss/dss.h index d5cb19fe7e8b..4aa9529a4768 100644 --- a/drivers/video/omap2/dss/dss.h +++ b/drivers/video/omap2/dss/dss.h | |||
@@ -464,6 +464,14 @@ int omapdss_hdmi_read_edid(u8 *buf, int len); | |||
464 | bool omapdss_hdmi_detect(void); | 464 | bool omapdss_hdmi_detect(void); |
465 | int hdmi_panel_init(void); | 465 | int hdmi_panel_init(void); |
466 | void hdmi_panel_exit(void); | 466 | void hdmi_panel_exit(void); |
467 | #ifdef CONFIG_OMAP4_DSS_HDMI_AUDIO | ||
468 | int hdmi_audio_enable(void); | ||
469 | void hdmi_audio_disable(void); | ||
470 | int hdmi_audio_start(void); | ||
471 | void hdmi_audio_stop(void); | ||
472 | bool hdmi_mode_has_audio(void); | ||
473 | int hdmi_audio_config(struct omap_dss_audio *audio); | ||
474 | #endif | ||
467 | 475 | ||
468 | /* RFBI */ | 476 | /* RFBI */ |
469 | int rfbi_init_platform_driver(void) __init; | 477 | int rfbi_init_platform_driver(void) __init; |