[alsa-devel] [PATCH] ASoC: core: Fix warning while make xmldocs caused by soc-ops.c
Masanari Iida
standby24x7 at gmail.com
Wed Nov 11 00:25:12 CET 2015
This patch fix following warning while "make xmldocs".
.//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: Masanari Iida <standby24x7 at gmail.com>
---
sound/soc/soc-ops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/soc-ops.c b/sound/soc/soc-ops.c
index ecd38e5..2f67ba6 100644
--- a/sound/soc/soc-ops.c
+++ b/sound/soc/soc-ops.c
@@ -404,7 +404,7 @@ EXPORT_SYMBOL_GPL(snd_soc_get_volsw_sx);
/**
* snd_soc_put_volsw_sx - double mixer set callback
* @kcontrol: mixer control
- * @uinfo: control element information
+ * @ucontrol: control element information
*
* Callback to set the value of a double mixer control that spans 2 registers.
*
--
2.6.2.402.g2635c2b
More information about the Alsa-devel
mailing list