ASoC: sprd: Add Spreadtrum audio DMA platfrom driver
authorBaolin Wang <baolin.wang@linaro.org>
Tue, 29 Jan 2019 08:04:45 +0000 (16:04 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 29 Jan 2019 18:10:12 +0000 (18:10 +0000)
commit42fea318e1d19c0214ed4336d19f512c5d78cc3b
treeb78a1156b2bc5f724182fd5d2d1fc7eacb37d1ed
parent27e27e6555d3a1dd3c906796af6d8e7eb538857f
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>
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/sprd/Kconfig [new file with mode: 0644]
sound/soc/sprd/Makefile [new file with mode: 0644]
sound/soc/sprd/sprd-pcm-dma.c [new file with mode: 0644]
sound/soc/sprd/sprd-pcm-dma.h [new file with mode: 0644]