OSDN Git Service

ASoC: xlnx: add pcm formatter platform driver
authorMaruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>
Fri, 21 Dec 2018 08:57:28 +0000 (14:27 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 3 Jan 2019 16:34:21 +0000 (16:34 +0000)
commit6f6c3c36f0917be24587eeba818ab4fdfcb5465a
treefdd2f262b19ed2bb48593b71ab9019a2976510fb
parente3e12ec09a18ad779b637f4a006a908cb6045aa7
ASoC: xlnx: add pcm formatter platform driver

The audio formatter PL IP supports DMA of two streams -
mm2s and s2mm for playback and capture respectively. Apart from
DMA, IP also does conversions like PCM to AES and viceversa.
This patch adds DMA component driver for the IP.

Signed-off-by: Maruthi Srinivas Bayyavarapu <maruthi.srinivas.bayyavarapu@xilinx.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/xilinx/xlnx_formatter_pcm.c [new file with mode: 0644]