linux_dsm_epyc7002/sound/soc/sh/rcar
Kuninori Morimoto 99dc79d060 ASoC: rsnd: CTU kctrl sets once
Same CTU might be used few times if system/platform is using MIX.
For example below case.

	DAI0 playback = <&src0 &ctu02 &mix0 &dvc0 &ssi0>;
	DAI1 playback = <&src2 &ctu03 &mix0 &dvc0 &ssi0>;

This case, ALSA will have CTU,0 and CTU,1 kcontrol interfaces,
but these are same CTU. This is confusing.
This patch adds new flags and avoid such case.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-10-04 11:50:32 +01:00
..
adg.c ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADG 2017-10-04 11:50:24 +01:00
cmd.c ASoC: rsnd: make arrays path and cmd_case static const 2017-06-30 12:45:36 +01:00
core.c ASoC: sh: make snd_pcm_hardware const 2017-08-17 17:57:21 +01:00
ctu.c ASoC: rsnd: CTU kctrl sets once 2017-10-04 11:50:32 +01:00
dma.c ASoC: rsnd: add rsnd_dma_alloc() 2017-09-21 17:50:48 +01:00
dvc.c ASoC: rsnd: DVC kctrl sets once 2017-10-04 11:50:29 +01:00
gen.c ASoC: rsnd: Delete an error message for a failed memory allocation in three functions 2017-08-10 16:32:38 +01:00
Makefile ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3 2016-08-24 11:19:16 +01:00
mix.c ASoC: rsnd: add missing of_node_put 2017-07-17 15:39:51 +01:00
rsnd.h ASoC: rsnd: add generic rsnd_flags_xxx() macro 2017-10-04 11:50:19 +01:00
src.c ASoC: rsnd: remove unused rsnd_xxx_to_dma() 2017-08-22 16:30:57 +01:00
ssi.c ASoC: rsnd: add generic rsnd_flags_xxx() macro 2017-10-04 11:50:19 +01:00
ssiu.c ASoC: rsnd: remove unnecessary static in rsnd_ssiu_probe() 2017-07-17 17:00:57 +01:00