diff options
author | Kuninori Morimoto <[email protected]> | 2020-03-09 13:08:04 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-03-10 13:35:24 +0000 |
commit | a4be4187b2bfc66f4be8a6d35f497eb53a2c8d76 (patch) | |
tree | 4debd4558eb6555063467cb09e515b66c410fac0 /tools/perf/scripts/python/sctop.py | |
parent | c998ee30e493ea3de0e52f0ec57995905d5ba43d (diff) |
ASoC: soc: use for_each_rtd_codecs/cpus_dai() macro
This patch switch to use plural form macro.
- for_each_rtd_codec_dai()
+ for_each_rtd_codec_dais()
- for_each_rtd_codec_dai_rollback()
+ for_each_rtd_codec_dais_rollback()
- for_each_rtd_cpu_dai()
+ for_each_rtd_cpu_dais()
- for_each_rtd_cpu_dai_rollback()
+ for_each_rtd_cpu_dais_rollback()
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Ranjani Sridharan <[email protected]>
Reviewed-by: Pierre-Louis Bossart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions