]> git.karo-electronics.de Git - linux-beck.git/commit
ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented method
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 22 Oct 2015 03:14:21 +0000 (03:14 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 22 Oct 2015 12:30:01 +0000 (13:30 +0100)
commit32a96d558d02581c32b09401b8aa5eecb3965d3e
tree59949741091f45142b076ea33bc6d7b8f26a0dec
parent1355720a3b3eba5604431d89d5cf69ce4ad51311
ASoC: rsnd: fixup rsnd_dai_call() behavior for unimplemented method

Current rsnd_dai_call didn't count callback-count if callback
wasn't implemented. Thus, it counts can be unbalance.
ex) .start : implemented
    .stop  : not implemented
This patch solve this issue

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