diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2012-11-06 01:19:16 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2012-11-06 06:33:36 -0500 |
commit | d7b6f4437fb7796af774c5423a4b9b486b19233f (patch) | |
tree | 555e892e1aa4d0c010ed4b77438156a2dd383c5e /drivers/video/omap2/dss/dss_features.c | |
parent | d18bc45543f5a7571fec2465651c9e88c6d555eb (diff) |
OMAPDSS: HDMI: Add op to get audio DMA port address offset
It could be possible that the DMA port differs accross diferent HDMI IPs. Thus,
add an IP-specific function to obtain the address offset and size of the DMA
data port.
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/video/omap2/dss/dss_features.c')
-rw-r--r-- | drivers/video/omap2/dss/dss_features.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dss_features.c b/drivers/video/omap2/dss/dss_features.c index 3e8287c8709d..8dcecbca46a5 100644 --- a/drivers/video/omap2/dss/dss_features.c +++ b/drivers/video/omap2/dss/dss_features.c | |||
@@ -820,6 +820,7 @@ static const struct ti_hdmi_ip_ops omap4_hdmi_functions = { | |||
820 | .audio_start = ti_hdmi_4xxx_audio_start, | 820 | .audio_start = ti_hdmi_4xxx_audio_start, |
821 | .audio_stop = ti_hdmi_4xxx_audio_stop, | 821 | .audio_stop = ti_hdmi_4xxx_audio_stop, |
822 | .audio_config = ti_hdmi_4xxx_audio_config, | 822 | .audio_config = ti_hdmi_4xxx_audio_config, |
823 | .audio_get_dma_port = ti_hdmi_4xxx_audio_get_dma_port, | ||
823 | #endif | 824 | #endif |
824 | 825 | ||
825 | }; | 826 | }; |