aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2019-10-30 10:26:10 +0900
committerMark Brown <[email protected]>2019-10-30 12:55:45 +0000
commite9904ed5e73af4fd00cf4fcf705420a385af45da (patch)
treef1e54cef15738e8d6564391a7e953d9547143675 /tools/perf/scripts/python
parentd247568bb21b6665cc32dee8b0a9716d44bd11a7 (diff)
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions