Commit f2ec52d4c3698c995c89c579c34d818eab589d8b
Committed by
Takashi Iwai
1 parent
7d7eb9ea31
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
sound/core/vmaster.c
... | ... | @@ -419,6 +419,7 @@ |
419 | 419 | * snd_ctl_add_vmaster_hook - Add a hook to a vmaster control |
420 | 420 | * @kcontrol: vmaster kctl element |
421 | 421 | * @hook: the hook function |
422 | + * @private_data: the private_data pointer to be saved | |
422 | 423 | * |
423 | 424 | * Adds the given hook to the vmaster control element so that it's called |
424 | 425 | * at each time when the value is changed. |