ASoC: Convert S3C24XX I2S driver to gpiolib API
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>
Fri, 13 Jul 2012 17:22:44 +0000 (19:22 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sun, 15 Jul 2012 21:21:42 +0000 (22:21 +0100)
commit0eed8a18696af4e6cf0315f935a730521b54725e
tree4bb825d63f746cc3257346dd9c0327a4ba9cbf2b
parent98b3cf1290d2d6fbc926dc410d3713c8244e7604
ASoC: Convert S3C24XX I2S driver to gpiolib API

The s3c2410_gpio* calls are obsolete and have been scheduled for
removal since several kernel releases. Remove them and use common
gpiolib API.
This patch is a prerequisite for removal of the obsolete S3C24XX
SoC GPIO definitions.

Tested on Micro2440-SDK.

Cc: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/samsung/s3c24xx-i2s.c