9 Mar
2020
9 Mar
'20
6 p.m.
On Sun, Mar 8, 2020 at 9:12 PM Kuninori Morimoto < kuninori.morimoto.gx@renesas.com> wrote:
Hi Mark
We are using plural form for for_each_xxx() macro. But, for_each_rtd_codec/cpu_dai() are out of this rule.
- are for it.
- add new for_each_card_xxx() macros.
Kuninori Morimoto (9):
- ASoC: soc.h: add for_each_rtd_codecs/cpus_dai() macro
- ASoC: Intel: use for_each_rtd_codecs/cpus_dai() macro
- ASoC: mediatek: use for_each_rtd_codecs/cpus_dai() macro
- ASoC: meson: use for_each_rtd_codecs/cpus_dai() macro
- ASoC: qcom: use for_each_rtd_codecs/cpus_dai() macro
- ASoC: soc: use for_each_rtd_codecs/cpus_dai() macro
- ASoC: soc.h: remove non plural form for_each_xxx macro
- ASoC: soc-dapm: add for_each_card_dapms() macro
- ASoC: soc-dapm: add for_each_card_widgets() macro
LGTM Morimoto-san. I feel like the last 2 patches might be a bit of an overkill but then they might make sense to keep the code consistent with the use of the for_each*() macros everywhere.
Reviewed-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com