commit | b5b442abd9d5cfe4f04a1e83be9900c87444bd66 | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Tue Jan 26 04:56:57 2016 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Jan 27 12:22:24 2016 +0000 |
tree | 770d58181a747541e8baa969e6694a590618ac83 | |
parent | 6a25c8da00284f5612b404368bd07b69efd84aa2 [diff] |
ASoC: rsnd: add .irq callback Current rsnd driver has .init/.start/.stop/.quit callbacks, and it needs many IPs (SRC/CTU/MUX/DVC/CMD/SSIU/SSI). Because of these relationship, it might get unnecessary error IRQ when start/stop. This patch adds new .irq callback and control IRQ enable/disable timing to avoid it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>