linux/sound/soc/sh/rcar
Kuninori Morimoto 765ae7c8dd ASoC: rsnd: ignore DIRQ when DMA transfer
SSI interrupt handler of R-Car sound driver will be called
when DIRQ (= Data read/write timing for PIO) or
UIRQ / OIRQ (= under/over run error).
DIRQ "interrupt" doesn't occur when DMA transfer, but then,
DIRQ "status bit" might occur. we need to ignore this DIRQ
operation when DMA. Otherwise, driver will push/pop as PIO.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-01-15 11:37:48 +00:00
..
adg.c ASoC: rsnd: remove unsed rdai parameter from each function 2015-01-15 11:37:48 +00:00
core.c ASoC: rsnd: save priv in struct rsnd_dai 2015-01-15 11:37:48 +00:00
dvc.c ASoC: rsnd: save priv in struct rsnd_dai 2015-01-15 11:37:48 +00:00
gen.c ASoC: rsnd: add recovery support for under/over flow error on SRC 2015-01-12 12:59:32 +00:00
Makefile ASoC: rsnd: add DVC support 2014-05-13 19:06:16 +01:00
rsnd.h ASoC: rsnd: save priv in struct rsnd_dai 2015-01-15 11:37:48 +00:00
src.c ASoC: rsnd: error meesage indicates its port 2015-01-15 11:37:48 +00:00
ssi.c ASoC: rsnd: ignore DIRQ when DMA transfer 2015-01-15 11:37:48 +00:00