summaryrefslogtreecommitdiff
path: root/sound/ppc
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-09-03 07:09:17 +0000
committerMark Brown <broonie@kernel.org>2018-09-03 14:37:43 +0100
commit6ab6a2474e0dce02f71e92adb9778a168a8931f4 (patch)
treee8340439db5cbc4eb716236b822b5a427c7d6432 /sound/ppc
parentd47f9580a6ea82b80c34c9dbc9dd8dba6bb25dc0 (diff)
ASoC: rsnd: merge .nolock_start and .prepare
Main purpose of .nolock_start is we need to call some function without spinlock. OTOH we have .prepare which main purpose is called under atomic context. Then, it is called without spinlock. In summary, our main callback init/quit, and start/stop are called under "atomic context and with spinlock". And some function need to be called under "non-atomic context or without spinlock". Let's merge .nolock_start and prepare to be more clear code. Then, let's rename nolock_stop to cleanup Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Tested-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/ppc')
0 files changed, 0 insertions, 0 deletions