OMAP: McBSP: Provide functions for ASoC frame syncronization
[sfrench/cifs-2.6.git] / arch / arm / plat-omap / include / mach / mcbsp.h
index 57249bb1e9bc40c9f08bf11e174a87d400557c74..b85e6e600ed6996527533abc1dc841f054050d2f 100644 (file)
@@ -389,6 +389,8 @@ int omap_mcbsp_request(unsigned int id);
 void omap_mcbsp_free(unsigned int id);
 void omap_mcbsp_start(unsigned int id, int tx, int rx);
 void omap_mcbsp_stop(unsigned int id, int tx, int rx);
+void omap_mcbsp_xmit_enable(unsigned int id, u8 enable);
+void omap_mcbsp_recv_enable(unsigned int id, u8 enable);
 void omap_mcbsp_xmit_word(unsigned int id, u32 word);
 u32 omap_mcbsp_recv_word(unsigned int id);