]> 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)
commitcafdfa6f75f2a9996c758d0a6ad961e5fa198603
tree48a9d42c482d4c390e497d7197c4d4a40cd7f33c
parent570fb6452ea524fca0b0b75a3033b5cf528f8dce
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