diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-09-03 09:09:17 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-03 15:37:43 +0200 |
commit | 6ab6a2474e0dce02f71e92adb9778a168a8931f4 (patch) | |
tree | e8340439db5cbc4eb716236b822b5a427c7d6432 /sound/soc/atmel | |
parent | Merge branch 'asoc-4.19' into asoc-4.20 for rcar dep (diff) | |
download | linux-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