aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2015-12-17 02:55:25 +0000
committerMark Brown <broonie@kernel.org>2015-12-18 12:10:56 +0000
commitcdf310ce119989353bb6848ca8327814ae1012e2 (patch)
tree02f445d144423e899a3c259cfcfa652b75035f67
parentaf998f853124231ef3bff05621f157a19af05d20 (diff)
downloadsound-unstable-cdf310ce119989353bb6848ca8327814ae1012e2.tar.gz
ASoC: rsnd: fixup SSIU control timing
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>
-rw-r--r--sound/soc/sh/rcar/rsnd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h
index ad854d6719ea02..4b677e074c7a4f 100644
--- a/sound/soc/sh/rcar/rsnd.h
+++ b/sound/soc/sh/rcar/rsnd.h
@@ -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,
};