linux/sound/soc/generic
Kuninori Morimoto 7ced65ffb8
ASoC: audio-graph-card: tidyup convert_rate/channel method
Current audio-graph-card is handling "convert_rate/channel"
by many ways. But, it is not useful and readable.
We want to do is that allow having it everywere.
This patch support it.
It will be overwrote if lower node has it.

sound {
	convert-channels = <xxx>; // initial
};

codec {
	audio-graph-card,convert-channels = <xxx>; // overwrite
	ports {
		convert_channels = <xxx>; // overwrite
		port {
			convert_channels = <xxx>; // overwrite
			endpoint {
				convert_channels = <xxx>; // overwrite
			};
		};
	};
};

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2018-12-14 11:47:34 +00:00
..
audio-graph-card.c ASoC: audio-graph-card: tidyup convert_rate/channel method 2018-12-14 11:47:34 +00:00
audio-graph-scu-card.c ASoC: audio-graph-scu-card: care multi DPCM codec_conf 2018-12-04 16:29:19 +00:00
Kconfig ASoC: audio-graph-card: merge audio-graph-scu-card 2018-12-14 11:47:04 +00:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
simple-card-utils.c ASoC: simple-card-utils: fixup asoc_simple_card_get_dai_id() ID method 2018-12-14 11:44:34 +00:00
simple-card.c ASoC: simple-card: Dereference pointer for memcpy sizeof in asoc_simple_card_probe 2018-12-13 11:16:46 +00:00
simple-scu-card.c ASoC: simple-scu-card: care multi DPCM codec_conf 2018-12-11 12:19:12 +00:00