Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: fix kernel-doc warnings in sound/soc/soc-ops.c

Fix kernel-doc warnings in soc-ops.c:

..//sound/soc/soc-ops.c:415: warning: No description found for parameter 'ucontrol'
..//sound/soc/soc-ops.c:415: warning: Excess function parameter 'uinfo' description in 'snd_soc_put_volsw_sx'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Randy Dunlap and committed by
Mark Brown
9a11ef7f 8005c49d

+1 -1
+1 -1
sound/soc/soc-ops.c
··· 404 404 /** 405 405 * snd_soc_put_volsw_sx - double mixer set callback 406 406 * @kcontrol: mixer control 407 - * @uinfo: control element information 407 + * @ucontrol: control element information 408 408 * 409 409 * Callback to set the value of a double mixer control that spans 2 registers. 410 410 *