summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-09-03 09:09:17 +0200
committerMark Brown <broonie@kernel.org>2018-09-03 15:37:43 +0200
commit6ab6a2474e0dce02f71e92adb9778a168a8931f4 (patch)
treee8340439db5cbc4eb716236b822b5a427c7d6432 /sound/soc/atmel
parentMerge branch 'asoc-4.19' into asoc-4.20 for rcar dep (diff)
downloadlinux-6ab6a2474e0dce02f71e92adb9778a168a8931f4.tar.xz
linux-6ab6a2474e0dce02f71e92adb9778a168a8931f4.zip
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/soc/atmel')
0 files changed, 0 insertions, 0 deletions