linux/sound/soc/generic
Kuninori Morimoto 66164a4da3
ASoC: audio-graph-card: tidyup prefix for snd_soc_codec_conf
Current audio-graph-card is handling "prefix" by many ways.
But, it is not useful and readable.
We want to do is that allow having it everywere.
This patch supports it.
It will be overwrote if lower node has it.

	sound {
		prefix = "xxx"; // initial
	};

	codec {
		audio-graph-card,prefix = "xxx"; // overwrite
		ports {
			prefix = "xxx"; // overwrite
			port {
				prefix = "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:49 +00:00
..
audio-graph-card.c ASoC: audio-graph-card: tidyup prefix for snd_soc_codec_conf 2018-12-14 11:47:49 +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
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