ASoC: add for_each_component_dais() macro
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 21 Sep 2018 05:23:17 +0000 (05:23 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 21 Sep 2018 17:12:44 +0000 (10:12 -0700)
commit15a0c64572463eddf59e80aa643d3a87809a7d9b
treeff2aa9936775d67a9fa03cec3efbfc1d6d55f6b2
parent368dee9459472b44f760a35cd07a6f3b90b3e549
ASoC: add for_each_component_dais() macro

To be more readable code, this patch adds
new for_each_component_dais() 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