]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: topology: Rename soc_tplg_init_kcontrol() function
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Fri, 1 Apr 2022 12:02:00 +0000 (14:02 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 4 Apr 2022 07:39:22 +0000 (08:39 +0100)
commitf14c005d7623ea2c2e0c8517a7df6b81301c0175
treeafae51130468824494b2a4fc31979737bbc20759
parent1f90fdbe5d8f5c1941dc6875ef6794e3b7fe02be
ASoC: topology: Rename soc_tplg_init_kcontrol() function

Other functions used for callbacks are named after function they call,
however function calling control_load seems to be an exception. Rename
it to soc_tplg_control_load().

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220401120200.4047867-7-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c