]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 19 Apr 2021 02:02:25 +0000 (11:02 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 20 Apr 2021 16:25:45 +0000 (17:25 +0100)
commitd20c532ec07a6272aa0ce806bcad0f08c8ae9015
tree8b442a7ad8606014f9fdd4807888b1411fdf2351
parent8742e1d736519c14eb18bced19d3fb407a31eb97
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>
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/generic/simple-card.c
sound/soc/tegra/tegra_audio_graph_card.c