Commit a66547f3a1295d782fc0923d872b309994cea32a

Authored by Randy Dunlap
Committed by Takashi Iwai
1 parent 1c85cc6445

sound: add missing pcm kernel-doc

Fix alsa kernel-doc warning in linux-next:

Warning(linux-next-20081016//sound/core/pcm_misc.c:327): No description found for parameter 'samples'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

sound/core/pcm_misc.c
... ... @@ -319,6 +319,7 @@
319 319 /**
320 320 * snd_pcm_format_size - return the byte size of samples on the given format
321 321 * @format: the format to check
  322 + * @samples: sampling rate
322 323 *
323 324 * Returns the byte size of the given samples for the format, or a
324 325 * negative error code if unknown format.