aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@xenotime.net>2012-04-17 17:03:42 -0700
committerTakashi Iwai <tiwai@suse.de>2012-04-18 07:56:15 +0200
commitf2ec52d4c3698c995c89c579c34d818eab589d8b (patch)
tree43ada9eb9ac8afd2d756129deee7a3bdc683c3e8 /sound
parentALSA: hda/realtek - Fix mem leak (and rid us of trailing whitespace). (diff)
downloadlinux-dev-f2ec52d4c3698c995c89c579c34d818eab589d8b.tar.xz
linux-dev-f2ec52d4c3698c995c89c579c34d818eab589d8b.zip
ALSA: fix core/vmaster.c kernel-doc warning
Fix kernel-doc warning in sound/core/vmaster.c: Warning(sound/core/vmaster.c:429): No description found for parameter 'private_data' Signed-off-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/core/vmaster.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/vmaster.c b/sound/core/vmaster.c
index 14a286a7bf2b..857586135d18 100644
--- a/sound/core/vmaster.c
+++ b/sound/core/vmaster.c
@@ -419,6 +419,7 @@ EXPORT_SYMBOL(snd_ctl_make_virtual_master);
* snd_ctl_add_vmaster_hook - Add a hook to a vmaster control
* @kcontrol: vmaster kctl element
* @hook: the hook function
+ * @private_data: the private_data pointer to be saved
*
* Adds the given hook to the vmaster control element so that it's called
* at each time when the value is changed.