ep93xx: Don't use system controller defines in audio drivers
authorRyan Mallon <rmallon@gmail.com>
Wed, 11 Jan 2012 03:14:31 +0000 (14:14 +1100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 20 Jan 2012 13:58:27 +0000 (13:58 +0000)
commit44fb864b8f696d3e8328b294e6515ad45aecfeb0
treeb785d0e26f1ae80727de20cbc23d13fe9d1659ac
parent291d64be3137b9bb709ce3bc72dbe2ca6b647466
ep93xx: Don't use system controller defines in audio drivers

Both the Snapper CL15 and EDB93xx audio drivers set the same audio
configuration in ep93xx_i2s_acquire. Remove the arguments to
ep93xx_i2s_acquire so that the audio drivers no longer need the
EP93XX_SYSCON defines exported.

Cc: Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Mika Westerberg <mika.westerberg@iki.fi>
Cc: Liam Girdwood <lrg@ti.com>
Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Ryan Mallon <rmallon@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/include/mach/platform.h
sound/soc/ep93xx/edb93xx.c
sound/soc/ep93xx/snappercl15.c