diff mbox

[01/12] ASoC: rsnd: fixup SSIU control timing

Message ID 87d1u5iy6l.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit cdf310ce119989353bb6848ca8327814ae1012e2
Headers show

Commit Message

Kuninori Morimoto Dec. 17, 2015, 2:55 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

SSIU should be controlled after SSI. This patch fix up it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/sh/rcar/rsnd.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/sound/soc/sh/rcar/rsnd.h b/sound/soc/sh/rcar/rsnd.h
index ad854d6..4b677e0 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,
 };