diff options
author | Huang Chao <chao7.huang@samsung.com> | 2014-07-01 08:45:29 +0800 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:59:55 +0900 |
commit | 1c74909a02676d1c8049d460337f136a520ba45f (patch) | |
tree | 157b2c081d850d1ad6e339dcef774b3d3f37d908 /sound | |
parent | 9a94fdf00b7933a489cd39ca94229ffae23d49ed (diff) | |
download | linux-3.10-1c74909a02676d1c8049d460337f136a520ba45f.tar.gz linux-3.10-1c74909a02676d1c8049d460337f136a520ba45f.tar.bz2 linux-3.10-1c74909a02676d1c8049d460337f136a520ba45f.zip |
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 <chao7.huang@samsung.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/samsung/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index dff2b903052..7f9719af275 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 |