diff options
author | Baolin Wang <baolin.wang@linaro.org> | 2019-01-29 09:04:45 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-29 19:10:12 +0100 |
commit | 42fea318e1d19c0214ed4336d19f512c5d78cc3b (patch) | |
tree | b78a1156b2bc5f724182fd5d2d1fc7eacb37d1ed /sound/soc/Kconfig | |
parent | dt-bindings: ASoC: Add Spreadtrum DMA platform documentation (diff) | |
download | linux-42fea318e1d19c0214ed4336d19f512c5d78cc3b.tar.xz linux-42fea318e1d19c0214ed4336d19f512c5d78cc3b.zip |
ASoC: sprd: Add Spreadtrum audio DMA platfrom driver
The Spreadtrum DMA engine uses the link-list mode to support audio playback
or capture, thus this patch adds audio DMA platform support for CPU DAI to
trigger DMA link-list transfer.
Signed-off-by: Baolin Wang <baolin.wang@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 6592a422a047..aa35940f5c50 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig @@ -64,6 +64,7 @@ source "sound/soc/samsung/Kconfig" source "sound/soc/sh/Kconfig" source "sound/soc/sirf/Kconfig" source "sound/soc/spear/Kconfig" +source "sound/soc/sprd/Kconfig" source "sound/soc/sti/Kconfig" source "sound/soc/stm/Kconfig" source "sound/soc/sunxi/Kconfig" |