diff options
author | Archit Taneja <archit@ti.com> | 2013-09-17 11:43:15 +0530 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2013-10-09 12:42:37 +0300 |
commit | 08d83e4e172176f8a66697ffb26eaa5ac5c2ef03 (patch) | |
tree | 700c97cdcc56188e8aa1c0aca2b7663f2100ba3d /drivers/video/omap2/dss/hdmi4_core.h | |
parent | c8a0d959b776f6799b995941ee0c2f8c67110fe8 (diff) | |
download | blackbird-obmc-linux-08d83e4e172176f8a66697ffb26eaa5ac5c2ef03.tar.gz blackbird-obmc-linux-08d83e4e172176f8a66697ffb26eaa5ac5c2ef03.zip |
omapdss: HDMI: move common functions to a separate file
The OMAP4 HDMI encoder driver(hdmi4.c) contains timings tables, and helper
functions which can be used as is by the OMAP5/DRA7x encoder driver. Move these
to hdmi_common.c so that it's not replicated in the future.
Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/hdmi4_core.h')
-rw-r--r-- | drivers/video/omap2/dss/hdmi4_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/dss/hdmi4_core.h b/drivers/video/omap2/dss/hdmi4_core.h index 1181b4c1a068..bb646896fa82 100644 --- a/drivers/video/omap2/dss/hdmi4_core.h +++ b/drivers/video/omap2/dss/hdmi4_core.h @@ -269,7 +269,7 @@ int hdmi4_core_init(struct platform_device *pdev, struct hdmi_core_data *core); int hdmi4_audio_start(struct hdmi_core_data *core, struct hdmi_wp_data *wp); void hdmi4_audio_stop(struct hdmi_core_data *core, struct hdmi_wp_data *wp); int hdmi4_audio_config(struct hdmi_core_data *core, struct hdmi_wp_data *wp, - struct omap_dss_audio *audio); + struct omap_dss_audio *audio, u32 pclk); int hdmi4_audio_get_dma_port(u32 *offset, u32 *size); #endif |