diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-10-22 03:14:43 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-10-22 13:30:01 +0100 |
commit | 89e3e2c352a523be46be5104bf18e200a8ccd444 (patch) | |
tree | 7b17dba5602ac6192b900ede7c124dc3b2199d4c /sound/soc/sh/rcar/rsnd.h | |
parent | 32a96d558d02581c32b09401b8aa5eecb3965d3e (diff) | |
download | linux-89e3e2c352a523be46be5104bf18e200a8ccd444.tar.bz2 |
ASoC: rsnd: fixup rsnd_dai_call() behavior for .stop/.quit
Current rsnd_dai_call returns immediately if rsnd_mod_call return fail.
Thus, each callback-count can be unbalanced for example .init was OK,
start was OK, but, .stop was not OK. This case .quit should be called
but isn't called. And, rsnd_dai_stream_quit() also not be called.
rsnd_dai_call() should call all .stop/.quit eventhough it returns error.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/rcar/rsnd.h')
0 files changed, 0 insertions, 0 deletions