]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: rsnd: use mod base common method on DMA phase2
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 26 Oct 2015 08:42:46 +0000 (08:42 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 27 Oct 2015 04:47:16 +0000 (13:47 +0900)
commitdc20c33e3f0e71c8914fa33e5fee40f26782f5e7
tree6cea22847c76790ebce1769f2400d090cf0a4157
parent0de0c7f8c52aee6f8b7577b1b0e215dd808cbce2
ASoC: rsnd: use mod base common method on DMA phase2

Renesas sound needs many devices
(SSI/SSIU/SRC/CTU/MIX/DVC/CMD/AudioDMAC/AudioDMACpp).
SSI/SRC/CTU/MIX/DVC are implemented as module.
SSI parent, SSIU are implemented as part of SSI
CMD is implemented as part of CTU/MIX/DVC
AudioDMAC/AudioDMACpp are implemented as part of SSI/SRC
It is nice sense that these all devices are implemented as mod.

DMA will be implemented as module. Then rsnd_dma_ops will be rebased
to rsnd_mod_ops, but these are similar, but different function.
This patch modify rsnd_dma_ops same style as rsnd_mod_ops.
This is prepare for final merge

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/dma.c
sound/soc/sh/rcar/rsnd.h
sound/soc/sh/rcar/src.c
sound/soc/sh/rcar/ssi.c