aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/api/debug.c
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2019-08-23 09:58:42 +0900
committerMark Brown <[email protected]>2019-09-02 13:20:06 +0100
commitffd60fba19d9752f553aac367cd40362011ab6c9 (patch)
tree274c67f358cd41c90b0a98ed576a7cbc304ce1bf /tools/lib/api/debug.c
parent9a7c9fe1203eb360b3a01b65a18bcd0de6670c53 (diff)
ASoC: soc-core: move soc_probe_component() position
It is easy to read code if it is cleanly using paired function/naming, like start <-> stop, register <-> unregister, etc, etc. But, current ALSA SoC code is very random, unbalance, not paired, etc. It is easy to create bug at the such code, and it will be difficult to debug. soc_probe_comonent() has paired soc_remove_comonent(), but, these are implemented at different place. So it is difficult to confirm code. This patch moves soc_probe_component() next to soc_remove_component(). Signed-off-by: Kuninori Morimoto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/lib/api/debug.c')
0 files changed, 0 insertions, 0 deletions