Commit cdf310ce authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown
Browse files

ASoC: rsnd: fixup SSIU control timing



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

Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent af998f85
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -181,9 +181,9 @@ enum rsnd_mod_type {
	RSND_MOD_CTU,
	RSND_MOD_CTU,
	RSND_MOD_CMD,
	RSND_MOD_CMD,
	RSND_MOD_SRC,
	RSND_MOD_SRC,
	RSND_MOD_SSIU,
	RSND_MOD_SSIP, /* SSI parent */
	RSND_MOD_SSIP, /* SSI parent */
	RSND_MOD_SSI,
	RSND_MOD_SSI,
	RSND_MOD_SSIU,
	RSND_MOD_MAX,
	RSND_MOD_MAX,
};
};