|
@@ -102,6 +102,8 @@ struct ti_hdmi_ip_ops {
|
|
|
|
|
|
int (*audio_config)(struct hdmi_ip_data *ip_data,
|
|
|
struct omap_dss_audio *audio);
|
|
|
+
|
|
|
+ int (*audio_get_dma_port)(u32 *offset, u32 *size);
|
|
|
#endif
|
|
|
|
|
|
};
|
|
@@ -183,5 +185,6 @@ int ti_hdmi_4xxx_audio_start(struct hdmi_ip_data *ip_data);
|
|
|
void ti_hdmi_4xxx_audio_stop(struct hdmi_ip_data *ip_data);
|
|
|
int ti_hdmi_4xxx_audio_config(struct hdmi_ip_data *ip_data,
|
|
|
struct omap_dss_audio *audio);
|
|
|
+int ti_hdmi_4xxx_audio_get_dma_port(u32 *offset, u32 *size);
|
|
|
#endif
|
|
|
#endif
|