diff options
author | Kuninori Morimoto <[email protected]> | 2020-03-09 13:07:48 +0900 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-03-10 13:35:22 +0000 |
commit | b5c52f5801c6e076377f7f411fb61bab86cb9542 (patch) | |
tree | f206b0fde237d983b9f045580c52786547dc3431 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | c8654520234192688eefd7b40a66de7cf69c5189 (diff) |
ASoC: meson: 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/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions