ASoC: soc-core: use i on snd_soc_resume()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 13 May 2019 07:06:07 +0000 (16:06 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 13 May 2019 11:43:46 +0000 (12:43 +0100)
commit22d251a5964780452aed378a143816fbf2d4201d
treed51730befab2afd21594d8ae955b0ef3f7881a93
parentbcd9382288af236321c83d27b0db196bf8814559
ASoC: soc-core: use i on snd_soc_resume()

This patch uses "int i" instead of "int j" on snd_soc_resume(),
and moves struct snd_soc_dai *codec_dai to top of this function.
This is cleanup and prepare for Multi CPU support

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c