ASoC: rsnd: add rsnd_scu_enable_ssi_irq()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 4 Mar 2014 04:50:08 +0000 (20:50 -0800)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:21:19 +0000 (09:21 +0900)
commite017ef08a92e04504acb5dc748709fb1b52d3ee8
tree42c05272b29081462396fa52e2c7c63961c080a0
parent8bd5e7d5aed32698504739d4229996566964268a
ASoC: rsnd: add rsnd_scu_enable_ssi_irq()

Current R-Car sound driver is assuming that
SCU mod is used even though it is not needed.
Because scu.c is controlling SSIU too.
(it is Gen1 compatibility)
But, SCU mod will be really not used if new platform dai
feature was used.
Thus, SSIU irq setting is called from SSI
directory by this patch.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit b8cc41e9e8cc5beec9dcbe044cfc44aa0325d9e6)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
sound/soc/sh/rcar/rsnd.h
sound/soc/sh/rcar/scu.c
sound/soc/sh/rcar/ssi.c