commit | 32a96d558d02581c32b09401b8aa5eecb3965d3e | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Thu Oct 22 03:14:21 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Thu Oct 22 13:30:01 2015 +0100 |
tree | 59949741091f45142b076ea33bc6d7b8f26a0dec | |
parent | 1355720a3b3eba5604431d89d5cf69ce4ad51311 [diff] |
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>