ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 4 Mar 2014 04:50:24 +0000 (20:50 -0800)
committerSimon Horman <horms@verge.net.au>
Fri, 5 Dec 2014 00:21:19 +0000 (09:21 +0900)
commit3fe100f56fdc2d8372d1752f1063458def20d23d
tree7ccaa8fee8e44ebd465f7610055a23e5e8aed85e
parente017ef08a92e04504acb5dc748709fb1b52d3ee8
ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI

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 added.
Thus, rsnd_scu_ssi_mode_init() 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 221bf523e31306c1095b28932e079950108e3887)
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