diff options
author | Miguel Aguilar <miguel.aguilar@ridgerun.com> | 2010-01-21 12:41:51 -0500 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2010-02-04 16:30:09 -0500 |
commit | e89861e9b44fcd606cdade6230eb0037ad5911bf (patch) | |
tree | 36f421dc1c6438daccf9f03063f2a94029c80d99 /arch/arm/mach-davinci/include | |
parent | 3b43cd6f2dcbf871b8cabe16ae4ac8c036c959ac (diff) |
DaVinci: DM365: Voice codec support for the DM365 SoC
This patch adds the generic Voice Codec support for the DM365 based
platforms.
Signed-off-by: Miguel Aguilar <miguel.aguilar@ridgerun.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include')
-rw-r--r-- | arch/arm/mach-davinci/include/mach/dm365.h | 5 | ||||
-rw-r--r-- | arch/arm/mach-davinci/include/mach/mux.h | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/dm365.h b/arch/arm/mach-davinci/include/mach/dm365.h index c3610eb39869..fdf6f8507cc3 100644 --- a/arch/arm/mach-davinci/include/mach/dm365.h +++ b/arch/arm/mach-davinci/include/mach/dm365.h | |||
@@ -32,8 +32,13 @@ | |||
32 | 32 | ||
33 | #define DM365_RTC_BASE (0x01C69000) | 33 | #define DM365_RTC_BASE (0x01C69000) |
34 | 34 | ||
35 | #define DAVINCI_DM365_VC_BASE (0x01D0C000) | ||
36 | #define DAVINCI_DMA_VC_TX 2 | ||
37 | #define DAVINCI_DMA_VC_RX 3 | ||
38 | |||
35 | void __init dm365_init(void); | 39 | void __init dm365_init(void); |
36 | void __init dm365_init_asp(struct snd_platform_data *pdata); | 40 | void __init dm365_init_asp(struct snd_platform_data *pdata); |
41 | void __init dm365_init_vc(struct snd_platform_data *pdata); | ||
37 | void __init dm365_init_ks(struct davinci_ks_platform_data *pdata); | 42 | void __init dm365_init_ks(struct davinci_ks_platform_data *pdata); |
38 | void __init dm365_init_rtc(void); | 43 | void __init dm365_init_rtc(void); |
39 | 44 | ||
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h index 137bfba51d1f..2a68c1d8a24b 100644 --- a/arch/arm/mach-davinci/include/mach/mux.h +++ b/arch/arm/mach-davinci/include/mach/mux.h | |||
@@ -327,6 +327,8 @@ enum davinci_dm365_index { | |||
327 | /* EDMA event muxing */ | 327 | /* EDMA event muxing */ |
328 | DM365_EVT2_ASP_TX, | 328 | DM365_EVT2_ASP_TX, |
329 | DM365_EVT3_ASP_RX, | 329 | DM365_EVT3_ASP_RX, |
330 | DM365_EVT2_VC_TX, | ||
331 | DM365_EVT3_VC_RX, | ||
330 | DM365_EVT26_MMC0_RX, | 332 | DM365_EVT26_MMC0_RX, |
331 | }; | 333 | }; |
332 | 334 | ||