From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Fri, 17 Oct 2008 18:28:11 +0000 (-0700)
Subject: sound: add missing pcm kernel-doc
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a66547f3a1295d782fc0923d872b309994cea32a;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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>
---

diff --git a/sound/core/pcm_misc.c b/sound/core/pcm_misc.c
index 89b7f549bebd..ea2bf82c9373 100644
--- a/sound/core/pcm_misc.c
+++ b/sound/core/pcm_misc.c
@@ -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.