linux/sound/soc/generic
Kuninori Morimoto cfc652a733
ASoC: simple-card: tidyup prefix for snd_soc_codec_conf
Current simple-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 {
	simple-audio-card,prefix = "xxx"; // initial

	simple-audio-card,dai-link {
		prefix = "xxx"; // overwrite
		cpu {
			...
		};
		codec {
			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:48:57 +00:00
..
Kconfig ASoC: simple-card: merge simple-scu-card 2018-12-14 11:48:12 +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
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
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: tidyup prefix for snd_soc_codec_conf 2018-12-14 11:48:57 +00:00
simple-scu-card.c ASoC: simple-scu-card: care multi DPCM codec_conf 2018-12-11 12:19:12 +00:00