]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ASoC: rsnd: fixup SSIU control timing
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 17 Dec 2015 02:55:25 +0000 (02:55 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 18 Dec 2015 12:10:56 +0000 (12:10 +0000)
SSIU should be controlled after SSI. This patch fix up it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/rsnd.h

index ad854d6719ea02cefc2bbe4465ab76ac37722b62..4b677e074c7a4f7e3185ba6bf6e7c733fde31103 100644 (file)
@@ -181,9 +181,9 @@ enum rsnd_mod_type {
        RSND_MOD_CTU,
        RSND_MOD_CMD,
        RSND_MOD_SRC,
-       RSND_MOD_SSIU,
        RSND_MOD_SSIP, /* SSI parent */
        RSND_MOD_SSI,
+       RSND_MOD_SSIU,
        RSND_MOD_MAX,
 };