commit | 22d251a5964780452aed378a143816fbf2d4201d | [log] [tgz] |
---|---|---|
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | Mon May 13 16:06:07 2019 +0900 |
committer | Mark Brown <broonie@kernel.org> | Mon May 13 12:43:46 2019 +0100 |
tree | d51730befab2afd21594d8ae955b0ef3f7881a93 | |
parent | bcd9382288af236321c83d27b0db196bf8814559 [diff] |
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>