]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-component: add snd_soc_component_compr_free()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 13 Nov 2020 04:15:26 +0000 (13:15 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 18 Nov 2020 18:00:08 +0000 (18:00 +0000)
commit7c403a07fdb92b7a5c0f893f5d63f4b21b33a29e
tree18601b8779cb67a8e5eba5efe092024587c2614c
parent0f53d8c555ce1739b8971e9c38846576df3ef401
ASoC: soc-component: add snd_soc_component_compr_free()

component related function should be implemented at
soc-component.c.
This patch moves soc-compress soc_compr_components_free()
to soc-component as snd_soc_component_compr_free().

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://lore.kernel.org/r/87eekx7v7r.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-component.h
sound/soc/soc-component.c
sound/soc/soc-compress.c