@@ -2,7 +2,7 @@ config SND_SOC_SAMSUNG
tristate "ASoC support for Samsung"
depends on ARCH_S3C24XX || ARCH_S3C64XX || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5P64X0 || ARCH_EXYNOS4
select S3C64XX_DMA if ARCH_S3C64XX
- select S3C2410_DMA if ARCH_S3C24XX
+ select S3C24Xx_DMA if ARCH_S3C24XX
help
Say Y or M if you want to add support for codecs attached to
the Samsung SoCs' Audio interfaces. You will also need to
@@ -10,7 +10,6 @@ config SND_SOC_SAMSUNG
config SND_S3C24XX_I2S
tristate
- select S3C2410_DMA
config SND_S3C_I2SV2_SOC
tristate
@@ -18,7 +17,6 @@ config SND_S3C_I2SV2_SOC
config SND_S3C2412_SOC_I2S
tristate
select SND_S3C_I2SV2_SOC
- select S3C2410_DMA
config SND_SAMSUNG_PCM
tristate
Forcing S3C2410_DMA is a leftover from the Samsung S3C24xx architecture clean up. Use S3C24XX_DMA instead, as it automatically selects the corresponding CPU DMA implementation. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> --- sound/soc/samsung/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)