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)
commit430791dd9207271099002b65aa65fd5e6aa31236
treeafae51130468824494b2a4fc31979737bbc20759
parent34b310451cbf4dedcee56b4534085c20203c6b53
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