diff options
author | Ryan Mallon <ryan@bluewatersys.com> | 2010-06-08 06:01:10 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-06-09 06:12:36 -0400 |
commit | ed67ea82c0d9a163458dc6a69a7a3123db1a8b3b (patch) | |
tree | 6789785686ddf249ab813c296ade58b7b0443d33 /arch/arm/mach-ep93xx/include/mach/platform.h | |
parent | e40152ee1e1c7a63f4777791863215e3faa37a86 (diff) |
EP93xx: Add i2s core support
Add core support for EP93xx i2s audio
Signed-off-by: Ryan Mallon <ryan@bluewatersys.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'arch/arm/mach-ep93xx/include/mach/platform.h')
-rw-r--r-- | arch/arm/mach-ep93xx/include/mach/platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ep93xx/include/mach/platform.h b/arch/arm/mach-ep93xx/include/mach/platform.h index c6dc14dbca18..0f2822d7ec8b 100644 --- a/arch/arm/mach-ep93xx/include/mach/platform.h +++ b/arch/arm/mach-ep93xx/include/mach/platform.h | |||
@@ -43,6 +43,9 @@ void ep93xx_pwm_release_gpio(struct platform_device *pdev); | |||
43 | void ep93xx_register_keypad(struct ep93xx_keypad_platform_data *data); | 43 | void ep93xx_register_keypad(struct ep93xx_keypad_platform_data *data); |
44 | int ep93xx_keypad_acquire_gpio(struct platform_device *pdev); | 44 | int ep93xx_keypad_acquire_gpio(struct platform_device *pdev); |
45 | void ep93xx_keypad_release_gpio(struct platform_device *pdev); | 45 | void ep93xx_keypad_release_gpio(struct platform_device *pdev); |
46 | void ep93xx_register_i2s(void); | ||
47 | int ep93xx_i2s_acquire(unsigned i2s_pins, unsigned i2s_config); | ||
48 | void ep93xx_i2s_release(void); | ||
46 | 49 | ||
47 | void ep93xx_init_devices(void); | 50 | void ep93xx_init_devices(void); |
48 | extern struct sys_timer ep93xx_timer; | 51 | extern struct sys_timer ep93xx_timer; |