aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include/plat/mcbsp.h
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2012-03-08 03:40:08 -0500
committerLiam Girdwood <lrg@ti.com>2012-03-12 09:34:23 -0400
commit33cec399048545c64d9b9a1368b968acee8acb35 (patch)
tree3933414fd36ccc90a7da1ef45844ff65a81559fc /arch/arm/plat-omap/include/plat/mcbsp.h
parent40c0764b18342f2e99e92779330cb4612a971420 (diff)
ARM/ASoC: OMAP McBSP: Move remainig defines from arch to ASoC header
Clock signal muxing, and functional clock related defines are only needed in ASoC drivers. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Acked-by: Mark Brown <broonoie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mcbsp.h')
-rw-r--r--arch/arm/plat-omap/include/plat/mcbsp.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/plat-omap/include/plat/mcbsp.h b/arch/arm/plat-omap/include/plat/mcbsp.h
index 8eb9b0e7a852..18814127809a 100644
--- a/arch/arm/plat-omap/include/plat/mcbsp.h
+++ b/arch/arm/plat-omap/include/plat/mcbsp.h
@@ -31,18 +31,6 @@
31#define MCBSP_CONFIG_TYPE3 0x3 31#define MCBSP_CONFIG_TYPE3 0x3
32#define MCBSP_CONFIG_TYPE4 0x4 32#define MCBSP_CONFIG_TYPE4 0x4
33 33
34/* CLKR signal muxing options */
35#define CLKR_SRC_CLKR 0
36#define CLKR_SRC_CLKX 1
37
38/* FSR signal muxing options */
39#define FSR_SRC_FSR 0
40#define FSR_SRC_FSX 1
41
42/* McBSP functional clock sources */
43#define MCBSP_CLKS_PRCM_SRC 0
44#define MCBSP_CLKS_PAD_SRC 1
45
46/* Platform specific configuration */ 34/* Platform specific configuration */
47struct omap_mcbsp_ops { 35struct omap_mcbsp_ops {
48 void (*request)(unsigned int); 36 void (*request)(unsigned int);