From 1c74909a02676d1c8049d460337f136a520ba45f Mon Sep 17 00:00:00 2001 From: Huang Chao Date: Tue, 1 Jul 2014 08:45:29 +0800 Subject: [PATCH] ASoC: samsung: Kconfig: Support sound generic dmaengine pcm operations This patch makes the generic dmaengine support for samsung pcm operations, which can be used to substitute for samsung private dmaengine operations. Change-Id: I4ab828fc95199bda7999e1c0c770100000aa2f74 Signed-off-by: Huang Chao --- sound/soc/samsung/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index dff2b90..7f9719a 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -3,6 +3,7 @@ config SND_SOC_SAMSUNG depends on PLAT_SAMSUNG select S3C64XX_DMA if ARCH_S3C64XX select S3C2410_DMA if ARCH_S3C24XX + select SND_SOC_GENERIC_DMAENGINE_PCM 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 -- 2.7.4