diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2019-09-04 03:15:28 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-09-09 13:03:44 +0300 |
commit | bee886f1ea9d9e58bef8204c543a409c399f8744 (patch) | |
tree | 6cc2fb074248ca1bed00b775008b761bbb960e9f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bc7c16c226a919a509e4161c905bfe9981a17f02 (diff) | |
download | linux-bee886f1ea9d9e58bef8204c543a409c399f8744.tar.xz |
ASoC: soc-core: self contained soc_bind_aux_dev()
Current soc_bind_aux_dev() implementation is very half,
thus it is very unreadable.
for_each_card_pre_auxs(xxx) {
=> ret = soc_bind_aux_dev(xxx);
...
}
This patch does all for_each_xxx() under soc_bind_aux_dev(),
and makes it to self contained.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87tv9sor1b.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions