]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: rsnd: Don't check SSISR::DIRQ when Capture
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 31 Oct 2017 00:40:32 +0000 (00:40 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 31 Oct 2017 11:06:52 +0000 (11:06 +0000)
commitce548931207c0d0059bd90171e2c458f897354d7
treec8c5526be0b504c3191a3915ac02503cbd1944dd
parent8fce974bc4d5478d4ddee2443a3e268532ab35a8
ASoC: rsnd: Don't check SSISR::DIRQ when Capture

When stop case, it was Playback, it need to check all data were
completely sent. But in Capture case, it might not receive data
anymore. SSISR::DIRQ check is not need for Capture case.

Reported-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/ssi.c