Kuninori Morimoto 2099bc8eb0 ASoC: rsnd: rsnd_mod has rsnd_priv
Each Renesas sound mod (= SSI/SRC/DVC) might be called from many paths
if it supports MIXer. In such case, mod <-> io is no longer 1:1
relationship. This means we can't use rsnd_mod_to_io() in SSI/SRC/DMA
interrupt handler. In such case, we need to check all io in interrupt
handler, and then, "priv" is needed.
This patch adds rsnd_priv pointer in rsnd_mod for prepare it.

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>
2015-06-16 12:34:03 +01:00
..
2014-12-14 16:10:09 -08:00
2015-03-09 18:10:17 +00:00
2015-02-09 15:09:48 +08:00
2015-06-16 12:34:03 +01:00
2015-03-16 11:24:47 +00:00
2015-03-16 11:24:47 +00:00
2015-04-15 15:41:41 -07:00
2015-05-22 13:38:40 +01:00