summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-09-04 02:15:23 +0200
committerMark Brown <broonie@kernel.org>2019-09-09 12:03:28 +0200
commitbc7c16c226a919a509e4161c905bfe9981a17f02 (patch)
treefc82221c06ccf58b5dd4bef5e7de04e377159650 /init
parentASoC: soc-core: self contained soc_probe_link_dais() (diff)
downloadlinux-bc7c16c226a919a509e4161c905bfe9981a17f02.tar.xz
linux-bc7c16c226a919a509e4161c905bfe9981a17f02.zip
ASoC: soc-core: move soc_probe_link_dais() next to soc_remove_link_dais()
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. This patch moves soc_probe_link_dais() next to soc_remove_link_dais() which is paired function. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87v9u8or1g.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions