ASoC: AMD: add AMD ASoC ACP 2.x DMA driver
authorMaruthi Srinivas Bayyavarapu <Maruthi.Bayyavarapu@amd.com>
Fri, 8 Jan 2016 23:22:09 +0000 (18:22 -0500)
committerMark Brown <broonie@kernel.org>
Sun, 10 Jan 2016 12:44:12 +0000 (12:44 +0000)
commit7c31335a03b6afff1c474c693c3187f13b8587cc
tree12911916ac338937bbcd30f94329f87f76ff152e
parent2fa86e94a383cd6dd6e34a10950ddc93c0bb173b
ASoC: AMD: add AMD ASoC ACP 2.x DMA driver

ACP IP has internal DMA controller with multiple channels which
can be programmed in cyclic/non cyclic manner. ACP can generate
interrupt upon completion of DMA transfer, if required.
The PCM driver provides the platform DMA component to ALSA core.

Signed-off-by: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Murali Krishna Vemuri <murali-krishna.vemuri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/amd/Kconfig [new file with mode: 0644]
sound/soc/amd/Makefile [new file with mode: 0644]
sound/soc/amd/acp-pcm-dma.c [new file with mode: 0644]
sound/soc/amd/acp.h [new file with mode: 0644]