ASoC: rsnd: don't care under/over run error when PIO
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 15 Jun 2015 06:20:54 +0000 (06:20 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 16 Jun 2015 11:34:00 +0000 (12:34 +0100)
commit12927a8f80264256e6cb2d3241fe9d6f4ad7face
treec476db94f1b22508ca27439938fa1bd1a56ecb91
parent02299d9875bab5b1e9d87ce9ae4aecf537eb12a4
ASoC: rsnd: don't care under/over run error when PIO

PIO is used only for checking data path / codec settings. And underrun
is very normal when PIO mode. Let's don't care about under/over run
error when PIO case. Otherwise, 1) too many HW restart happens, 2) some
sounds which need much data transfer can't play since it falls into
error detection method which was created for DMA transfer

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Keita Kobayashi <keita.kobayashi.ym@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/ssi.c