]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: control: fix a typo in put operations for kcontrol
authorRander Wang <rander.wang@intel.com>
Thu, 2 Sep 2021 11:47:44 +0000 (14:47 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 13 Sep 2021 00:59:16 +0000 (01:59 +0100)
commit31e7494f05d560b5cf6d1c318d5946bd9b958513
tree67c95f05655771cbf5b3e45b024dca88fdc4569a
parent504ada58341360c62578bc0a3ac598ef45e0f232
ASoC: SOF: control: fix a typo in put operations for kcontrol

SOF_CTRL_TYPE_VALUE_CHAN_SET should be used for put operations
for consistency. The current use of _GET is obviously incorrect
but _GET and _SET result in the same action so there is no
functional change introduced by this patch.

Signed-off-by: Rander Wang <rander.wang@intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20210902114744.27237-1-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/control.c