From: Kuninori Morimoto Date: Thu, 17 Dec 2015 02:55:25 +0000 (+0000) Subject: ASoC: rsnd: fixup SSIU control timing X-Git-Tag: MMI-PSA29.97-13-9~8192^2~24^2~2^2~61 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cdf310ce119989353bb6848ca8327814ae1012e2;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git ASoC: rsnd: fixup SSIU control timing SSIU should be controlled after SSI. This patch fix up it Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- 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, };