summaryrefslogtreecommitdiffstats
path: root/drivers/video/omap2/dss/dss_features.c
diff options
context:
space:
mode:
authorRicardo Neri <ricardo.neri@ti.com>2012-11-06 00:19:16 -0600
committerTomi Valkeinen <tomi.valkeinen@ti.com>2012-11-06 13:33:36 +0200
commitd7b6f4437fb7796af774c5423a4b9b486b19233f (patch)
tree555e892e1aa4d0c010ed4b77438156a2dd383c5e /drivers/video/omap2/dss/dss_features.c
parentd18bc45543f5a7571fec2465651c9e88c6d555eb (diff)
downloadop-kernel-dev-d7b6f4437fb7796af774c5423a4b9b486b19233f.zip
op-kernel-dev-d7b6f4437fb7796af774c5423a4b9b486b19233f.tar.gz
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.c1
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 3e8287c..8dcecbc 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 = {
.audio_start = ti_hdmi_4xxx_audio_start,
.audio_stop = ti_hdmi_4xxx_audio_stop,
.audio_config = ti_hdmi_4xxx_audio_config,
+ .audio_get_dma_port = ti_hdmi_4xxx_audio_get_dma_port,
#endif
};
OpenPOWER on IntegriCloud