summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2023-08-24 02:02:49 +0000
committerMark Brown <broonie@kernel.org>2023-08-24 18:22:01 +0100
commit45b4878b0330e255059135dfab4e01d12feb5580 (patch)
tree43a6ad3460fd46d233751d2a21acfdf5eb90b42c /arch
parent2b59332ead54870ed0f1a8b122a1d640a4865fdc (diff)
downloadlinux-stable-45b4878b0330e255059135dfab4e01d12feb5580.tar.gz
linux-stable-45b4878b0330e255059135dfab4e01d12feb5580.tar.bz2
linux-stable-45b4878b0330e255059135dfab4e01d12feb5580.zip
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
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions