ASoC: soc-compress: move soc_compr_free() next to soc_compr_open()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 18 Nov 2020 23:49:57 +0000 (08:49 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 26 Nov 2020 13:09:33 +0000 (13:09 +0000)
commit15a7b8c13653cc88de2db89af486e904aedc75ec
tree3d07c25812ef83af7394ed64bf52f8c30086f43c
parent373c2cebf42772434c8dd0deffc3b3886ea8f1eb
ASoC: soc-compress: move soc_compr_free() next to soc_compr_open()

This patch moves soc_compr_free() next to soc_compr_open().
This is prepare for soc_compr_open() cleanup.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87o8ju5iwv.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-compress.c