]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sound: add missing pcm kernel-doc
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 17 Oct 2008 18:28:11 +0000 (11:28 -0700)
committerTakashi Iwai <tiwai@suse.de>
Sat, 18 Oct 2008 09:05:36 +0000 (11:05 +0200)
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>
sound/core/pcm_misc.c

index 89b7f549bebd772bb62378510a541bb0b052e967..ea2bf82c93730505768c28f00174d6484ac2bcf9 100644 (file)
@@ -319,6 +319,7 @@ EXPORT_SYMBOL(snd_pcm_format_physical_width);
 /**
  * snd_pcm_format_size - return the byte size of samples on the given format
  * @format: the format to check
+ * @samples: sampling rate
  *
  * Returns the byte size of the given samples for the format, or a
  * negative error code if unknown format.