Skip to content

Commit

Permalink
ALSA: fix core/vmaster.c kernel-doc warning
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
rddunlap authored and tiwai committed Apr 18, 2012
1 parent 7d7eb9e commit f2ec52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/core/vmaster.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f2ec52d

Please sign in to comment.