diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-11-22 01:37:02 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-11-23 09:07:13 -0500 |
commit | b9493d6c3308b6bd0867d7175df03b111cda1afc (patch) | |
tree | 463bc3c24f82f029122ed11ded08196387626416 /sound/soc/s3c24xx/Kconfig | |
parent | 1c7ac01807ac89dee5e2ebf8f43fbc4cbba24af6 (diff) |
ASoC: SMARTQ: Move to use new I2S driver
Modify the smartq_wm8987.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 ec870baf6d7a..3b9736bd7a7e 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -145,7 +145,7 @@ config SND_SOC_SMDK_WM9713 | |||
145 | config SND_S3C64XX_SOC_SMARTQ | 145 | config SND_S3C64XX_SOC_SMARTQ |
146 | tristate "SoC I2S Audio support for SmartQ board" | 146 | tristate "SoC I2S Audio support for SmartQ board" |
147 | depends on SND_S3C24XX_SOC && MACH_SMARTQ | 147 | depends on SND_S3C24XX_SOC && MACH_SMARTQ |
148 | select SND_S3C64XX_SOC_I2S | 148 | select SND_SAMSUNG_I2S |
149 | select SND_SOC_WM8750 | 149 | select SND_SOC_WM8750 |
150 | 150 | ||
151 | config SND_SOC_GONI_AQUILA_WM8994 | 151 | config SND_SOC_GONI_AQUILA_WM8994 |