]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-pcm: move soc_pcm_close() next to soc_pcm_open()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 10 Feb 2020 03:14:41 +0000 (12:14 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 12 Feb 2020 23:52:07 +0000 (23:52 +0000)
commit6d8b1bdcde70b412baa1cd4ca36a4fa5f966d661
tree01a790be9e99520e14aceaf1e94015244e54520c
parentf6c5a99c38298ada18dfc85853b7818c9eca0b73
ASoC: soc-pcm: move soc_pcm_close() next to soc_pcm_open()

This patch moves soc_pcm_close() next to soc_pcm_open().
This is prepare for soc_pcm_open() cleanup.

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/8736bjcexx.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-pcm.c