linux/sound/soc/generic
Kuninori Morimoto f1f940490d ASoC: audio-graph-scu-card: support 2nd codec endpoint on DT
audio-graph-scu-card can handle below connection which is mainly
for sound mixing purpose.

	+----------+   +-------+
	| CPU0--+--|-->| Codec |
	|       |  |   +-------+
	| CPU1--+  |
	+----------+

>From OF-graph point of view, it should have
CPU0 <-> Codec, and CPU1 <-> Codec on DT.
But current driver doesn't care about 2nd connection
of Codec, because it is dummy from DPCM point of view.

This patch can care 2nd Codec connection, and it should be
supported from OF-graph point of view.
It still have backward compatibility.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-06-23 13:03:02 +01:00
..
audio-graph-card.c ASoC: audio-graph-card: tidyup asoc_simple_card_canonicalize_cpu() parameter 2017-06-23 13:02:56 +01:00
audio-graph-scu-card.c ASoC: audio-graph-scu-card: support 2nd codec endpoint on DT 2017-06-23 13:03:02 +01:00
Kconfig ASoC: add audio-graph-scu-card support 2017-05-29 14:49:09 +01:00
Makefile ASoC: add audio-graph-scu-card support 2017-05-29 14:49:09 +01:00
simple-card-utils.c ASoC: simple-card-utils: add asoc_simple_card_of_parse_widgets() 2017-06-16 17:58:39 +01:00
simple-card.c ASoC: simple-card: use asoc_simple_card_of_parse_widgets() 2017-06-16 17:58:39 +01:00
simple-scu-card.c ASoC: simple-scu-card: use asoc_simple_card_of_parse_routing() 2017-06-15 18:15:03 +01:00