diff options
author | Kuninori Morimoto | 2015-12-17 02:55:25 +0000 |
---|---|---|
committer | Mark Brown | 2015-12-18 12:10:56 +0000 |
commit | cdf310ce119989353bb6848ca8327814ae1012e2 (patch) | |
tree | 02f445d144423e899a3c259cfcfa652b75035f67 /sound | |
parent | af998f853124231ef3bff05621f157a19af05d20 (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/sh/rcar/rsnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h index ad854d6719ea..4b677e074c7a 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, }; |