aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/mcbsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mcbsp.h')
-rw-r--r--arch/arm/plat-omap/include/plat/mcbsp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h
index afcbb7bb0165..1fe06372c9ce 100644
--- a/arch/arm/plat-omap/include/plat/mcbsp.h
+++ b/arch/arm/plat-omap/include/plat/mcbsp.h
@@ -475,6 +475,15 @@ struct omap_mcbsp {
475#endif 475#endif
476 void *reg_cache; 476 void *reg_cache;
477}; 477};
478
479/**
480 * omap_mcbsp_dev_attr - OMAP McBSP device attributes for omap_hwmod
481 * @sidetone: name of the sidetone device
482 */
483struct omap_mcbsp_dev_attr {
484 const char *sidetone;
485};
486
478extern struct omap_mcbsp **mcbsp_ptr; 487extern struct omap_mcbsp **mcbsp_ptr;
479extern int omap_mcbsp_count, omap_mcbsp_cache_size; 488extern int omap_mcbsp_count, omap_mcbsp_cache_size;
480 489