summaryrefslogtreecommitdiffstats
path: root/include/sound/graph_card.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2021-04-19 11:02:19 +0900
committerMark Brown <broonie@kernel.org>2021-04-20 17:25:44 +0100
commit1a456b1c6be13514a8fc5c1a99e6763f491d17e9 (patch)
tree0508f4d1ac3a4d1fe11006713445a6f5613f7c1c /include/sound/graph_card.h
parentec1af6c64db94e4f24e53011a77b2bf2220ae000 (diff)
downloadlinux-1a456b1c6be13514a8fc5c1a99e6763f491d17e9.tar.bz2
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>
Diffstat (limited to 'include/sound/graph_card.h')
-rw-r--r--include/sound/graph_card.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/graph_card.h b/include/sound/graph_card.h
index 013784467bec..9c2feb792742 100644
--- a/include/sound/graph_card.h
+++ b/include/sound/graph_card.h
@@ -9,8 +9,6 @@
#include <sound/simple_card_utils.h>
-int audio_graph_card_probe(struct snd_soc_card *card);
-
int audio_graph_parse_of(struct asoc_simple_priv *priv, struct device *dev);
int audio_graph_remove(struct platform_device *pdev);