linux/sound/soc/sh/rcar
Kuninori Morimoto 27924f3208 ASoC: rsnd: enable to use rsnd_dai_connect() from each mod
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.

DMAC/SSIU/SSI-parent/CMD will be implemented as module, but these are
not customer controlled module. These should be automatically install
to system. Because of this, rsnd_dai_connect() should be called from
each mod. SSI can be very special, because it will be installed as
SSI-parent / SSI-child. Thus, new rsnd_dai_connect() has type parameter
which should be mod->type except SSI-parent

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-11-16 10:09:29 +00:00
..
adg.c ASoC: rsnd: remove duplicate parameter from rsnd_ssi_xxx() 2015-10-22 13:30:01 +01:00
core.c ASoC: rsnd: enable to use rsnd_dai_connect() from each mod 2015-11-16 10:09:29 +00:00
ctu.c ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off 2015-10-22 13:30:01 +01:00
dma.c ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach() 2015-11-16 10:09:29 +00:00
dvc.c ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off 2015-10-22 13:30:01 +01:00
gen.c ASoC: rsnd: fixup struct rsnd_gen::res array size 2015-10-22 13:30:01 +01:00
Makefile ASoC: rsnd: add MIX (Mixer) support 2015-07-17 19:26:06 +01:00
mix.c ASoC: rsnd: rename rsnd_mod_hw_start/stop to rsnd_mod_power_on/off 2015-10-22 13:30:01 +01:00
rcar_snd.h ASoC: rsnd: Remove obsolete platform data support 2015-10-07 12:19:51 +01:00
rsnd.h ASoC: rsnd: enable to use rsnd_dai_connect() from each mod 2015-11-16 10:09:29 +00:00
rsrc-card.c ASoC: rsrc-card: use snd_soc_of_parse_audio_route/prefix for routing 2015-07-16 22:10:32 +01:00
src.c ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach() 2015-11-16 10:09:29 +00:00
ssi.c ASoC: rsnd: rename rsnd_dma_init() to rsnd_dma_attach() 2015-11-16 10:09:29 +00:00