]> 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)
commitbe87807c00613557d51f18ded4139d639130bb8c
treeafae51130468824494b2a4fc31979737bbc20759
parent47b1c68ae52b599961566a113539bc674990cfc4
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