]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc5ed5f914d087fb7d2aab7a2e86e062be9b18aa
tree48a9d42c482d4c390e497d7197c4d4a40cd7f33c
parente6a36325477ed081a5bf54dc2ca5ae5d5c9f700f
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