[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <48F8D93B.40601@oracle.com>
Date: Fri, 17 Oct 2008 11:28:11 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Takashi Iwai <tiwai@...e.de>, lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] sound: add missing pcm kernel-doc
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists