diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 01:37:04 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 09:07:24 -0500 |
commit | fcd8c742b92d834dee804b2a394cc575dd3a4084 (patch) | |
tree | c9537b6bc3da2827aa59128601ce2afd7d2320bc /sound/soc/s3c24xx/Kconfig | |
parent | b9493d6c3308b6bd0867d7175df03b111cda1afc (diff) |
ASoC: GONI: Move to use new I2S driver
Modify the goni_wm8994.c to use new i2s controller driver.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 3b9736bd7a7e..749f630475eb 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -151,7 +151,7 @@ config SND_S3C64XX_SOC_SMARTQ | |||
151 | config SND_SOC_GONI_AQUILA_WM8994 | 151 | config SND_SOC_GONI_AQUILA_WM8994 |
152 | tristate "SoC I2S Audio support for AQUILA/GONI - WM8994" | 152 | tristate "SoC I2S Audio support for AQUILA/GONI - WM8994" |
153 | depends on SND_S3C24XX_SOC && (MACH_GONI || MACH_AQUILA) | 153 | depends on SND_S3C24XX_SOC && (MACH_GONI || MACH_AQUILA) |
154 | select SND_S3C64XX_SOC_I2S_V4 | 154 | select SND_SAMSUNG_I2S |
155 | select SND_SOC_WM8994 | 155 | select SND_SOC_WM8994 |
156 | help | 156 | help |
157 | Say Y if you want to add support for SoC audio on goni or aquila | 157 | Say Y if you want to add support for SoC audio on goni or aquila |