diff options
Diffstat (limited to 'arch/arm/plat-omap/include/mach/mcbsp.h')
-rw-r--r-- | arch/arm/plat-omap/include/mach/mcbsp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/mach/mcbsp.h b/arch/arm/plat-omap/include/mach/mcbsp.h index 57249bb1e9bc..b85e6e600ed6 100644 --- a/arch/arm/plat-omap/include/mach/mcbsp.h +++ b/arch/arm/plat-omap/include/mach/mcbsp.h | |||
@@ -389,6 +389,8 @@ int omap_mcbsp_request(unsigned int id); | |||
389 | void omap_mcbsp_free(unsigned int id); | 389 | void omap_mcbsp_free(unsigned int id); |
390 | void omap_mcbsp_start(unsigned int id, int tx, int rx); | 390 | void omap_mcbsp_start(unsigned int id, int tx, int rx); |
391 | void omap_mcbsp_stop(unsigned int id, int tx, int rx); | 391 | void omap_mcbsp_stop(unsigned int id, int tx, int rx); |
392 | void omap_mcbsp_xmit_enable(unsigned int id, u8 enable); | ||
393 | void omap_mcbsp_recv_enable(unsigned int id, u8 enable); | ||
392 | void omap_mcbsp_xmit_word(unsigned int id, u32 word); | 394 | void omap_mcbsp_xmit_word(unsigned int id, u32 word); |
393 | u32 omap_mcbsp_recv_word(unsigned int id); | 395 | u32 omap_mcbsp_recv_word(unsigned int id); |
394 | 396 | ||