ASoC: add for_each_comp_order() macro
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 18 Sep 2018 01:30:41 +0000 (01:30 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 20 Sep 2018 17:31:18 +0000 (10:31 -0700)
commit1a1035a9854fd893d487a84edccc1d5804e1d716
tree48a9d42c482d4c390e497d7197c4d4a40cd7f33c
parentf70f18f7d459b7958a4d3944396e2bc4a9f7ed72
ASoC: add for_each_comp_order() macro

To be more readable code, this patch adds
new for_each_comp_order() macro, and replace existing code to it.

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