diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2021-04-19 11:02:25 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-20 17:25:45 +0100 |
commit | f6fcc820e0c96664e2f21c0d6bb60630243ef36a (patch) | |
tree | 8b442a7ad8606014f9fdd4807888b1411fdf2351 /include/sound/graph_card.h | |
parent | 1a456b1c6be13514a8fc5c1a99e6763f491d17e9 (diff) | |
download | linux-f6fcc820e0c96664e2f21c0d6bb60630243ef36a.tar.gz linux-f6fcc820e0c96664e2f21c0d6bb60630243ef36a.tar.bz2 linux-f6fcc820e0c96664e2f21c0d6bb60630243ef36a.zip |
ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c
audio-graph-card2 can reuse audio_graph_remove() / asoc_simple_remove().
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/87y2df3uby.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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/graph_card.h b/include/sound/graph_card.h index 9c2feb792742..6f10bfb0d5ee 100644 --- a/include/sound/graph_card.h +++ b/include/sound/graph_card.h @@ -11,6 +11,4 @@ int audio_graph_parse_of(struct asoc_simple_priv *priv, struct device *dev); -int audio_graph_remove(struct platform_device *pdev); - #endif /* __GRAPH_CARD_H */ |