linux-stable/sound/soc/generic
Kuninori Morimoto 45b4878b03
ASoC: audio-graph-card.c: move audio_graph_parse_of()
Current audio-graph-card functions definition are like below

(A)'	static int graph_get_dais_count();

(B)	int audio_graph_parse_of(...)
	{
		...
(A)		ret = graph_get_dais_count();
		...
	}

(A)	static int graph_get_dais_count(...)
	{
		...
	}
(C)

We don't need to have (A)' definition if audio_graph_parse_of() (B) was
defined at (C). This patch moves (B) to (C).

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com
Link: https://lore.kernel.org/r/87r0ntmc3c.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org
2023-08-24 18:22:01 +01:00
..
Kconfig
Makefile
audio-graph-card.c ASoC: audio-graph-card.c: move audio_graph_parse_of() 2023-08-24 18:22:01 +01:00
audio-graph-card2-custom-sample.c ASoC: audio-graph-card2-custom-sample.dtsi: use card->name to avoid long name 2023-03-27 13:09:49 +01:00
audio-graph-card2-custom-sample.dtsi ASoC: audio-graph-card2: add comment for format property 2023-08-23 17:40:09 +01:00
audio-graph-card2.c ASoC: audio-graph-card2: add comment for format property 2023-08-23 17:40:09 +01:00
simple-card-utils.c ASoC: simple-card-utils.c: enable multi Component support 2023-07-17 06:15:47 +01:00
simple-card.c ASoC: simple-card.c: enable multi Component support 2023-07-17 06:15:47 +01:00
test-component.c ASoC: generic: test-component: Convert to platform remove callback returning void 2023-03-20 13:08:16 +00:00