diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-10-30 02:26:10 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-10-30 13:55:45 +0100 |
commit | e9904ed5e73af4fd00cf4fcf705420a385af45da (patch) | |
tree | f1e54cef15738e8d6564391a7e953d9547143675 /include/sound/rt5682.h | |
parent | ASoC: rt5677-spi: fixup compile warning (diff) | |
download | linux-e9904ed5e73af4fd00cf4fcf705420a385af45da.tar.xz linux-e9904ed5e73af4fd00cf4fcf705420a385af45da.zip |
ASoC: soc-core: remove unneeded snd_soc_tplg_component_remove()
snd_soc_tplg_component_remove() is pair of snd_soc_tplg_component_load(),
and it is topology related cleanup function.
The driver which called _load() needs to call _remove() by its responsibility.
Today, skl-pcm and topology are the user, and these are calling both
_load() and _remove().
soc-core doesn't need to call it.
This patch remove it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/8736fbdnwt.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/rt5682.h')
0 files changed, 0 insertions, 0 deletions