public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] sound: add missing pcm kernel-doc
@ 2008-10-17 18:28 Randy Dunlap
  2008-10-18  9:08 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-10-17 18:28 UTC (permalink / raw)
  To: Takashi Iwai, lkml

From: Randy Dunlap <randy.dunlap@oracle.com>

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>
---
 sound/core/pcm_misc.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20081016.orig/sound/core/pcm_misc.c
+++ linux-next-20081016/sound/core/pcm_misc.c
@@ -319,6 +319,7 @@ EXPORT_SYMBOL(snd_pcm_format_physical_wi
 /**
  * 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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-18  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-17 18:28 [PATCH -next] sound: add missing pcm kernel-doc Randy Dunlap
2008-10-18  9:08 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox