ASoC: soc-component: add snd_soc_component_compr_trigger()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 13 Nov 2020 04:15:33 +0000 (13:15 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 18 Nov 2020 18:00:09 +0000 (18:00 +0000)
commit08aee25114426ba988ccb27af057dcf7faaa61ac
treed163786ad43d7769b27020e6140bd356172bb40f
parentdbde5e21140cd2ad9d9e8eeeb104755f5294ce9f
ASoC: soc-component: add snd_soc_component_compr_trigger()

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

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/87d00h7v7k.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