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

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.

This patch makes DMA mod bse common method

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