ASoC: rsnd: revert lock for calls to rsnd_dai_call
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 12 May 2015 01:57:50 +0000 (01:57 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 12 May 2015 10:44:07 +0000 (11:44 +0100)
commitae11a9be5a9bfc085ab3e0b7d2ea7cd01bc1d477
tree0b790af805babb3836c3b7fc0aeafa1d044ba231
parent596f74ec275b0ec608e9450c937c6a29ba91b352
ASoC: rsnd: revert lock for calls to rsnd_dai_call

This reverts commit 'e9c390df671f ("ASoC: rsnd: make sure it uses lock when
it calls rsnd_dai_call)' The additional locks make 1") lock issue when boot
2) lock issue when unbind/rmmod. And there is no problem without these
locks. This patch revert it.

Reported-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c