]> 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)
commit0b0c9bd1edd330d0a57b22707d617be81648a17b
tree18601b8779cb67a8e5eba5efe092024587c2614c
parent2dde4e27cdd90e712ec88399ee113ccb25153fb4
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