]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - sound/core/pcm_misc.c
sound: add missing pcm kernel-doc
[linux-2.6-omap-h63xx.git] / sound / core / pcm_misc.c
index b9ae6b37a61f6d03b89b85d16c94b58cde8fa594..ea2bf82c93730505768c28f00174d6484ac2bcf9 100644 (file)
@@ -19,7 +19,6 @@
  *
  */
   
-#include <sound/driver.h>
 #include <linux/time.h>
 #include <sound/core.h>
 #include <sound/pcm.h>
@@ -320,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.