diff options
| author | Kuninori Morimoto <[email protected]> | 2015-10-26 08:39:20 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2015-11-16 10:09:29 +0000 |
| commit | 81ecbb654e1015840dec6a1ef3fcfef34d28feed (patch) | |
| tree | c561641ce87f22a237458de911125ec1351520c0 /tools | |
| parent | 3e5afa73a9fb4001789508d6f9f0fca3e3475f5a (diff) | |
ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach()
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 each rsnd_dma_ops will be
rsnd_mod_ops. But current rsnd_dma_ops::init means "DMA attach".
This patch removes .init from rsnd_dma_ops, and renames
rsnd_dma_init() to rsnd_dma_attach()
Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions