ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 19 Apr 2021 02:02:19 +0000 (11:02 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 20 Apr 2021 16:25:44 +0000 (17:25 +0100)
commit1a456b1c6be13514a8fc5c1a99e6763f491d17e9
tree0508f4d1ac3a4d1fe11006713445a6f5613f7c1c
parentec1af6c64db94e4f24e53011a77b2bf2220ae000
ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c

audio-graph-card2 can reuse audio_graph_card_probe().
This patch moves it to simple-card-utils.c.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87zgxv3uc4.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/graph_card.h
include/sound/simple_card_utils.h
sound/soc/generic/audio-graph-card.c
sound/soc/generic/simple-card-utils.c
sound/soc/tegra/tegra_audio_graph_card.c