USB: provide low-level internal TX and RX buffers
[bertos.git] / bertos / cfg / cfg_i2s.h
index d810d43562d187b343d46bf4c0aa3356a7506baa..6657157e5c73704c9b2d265f6e3d4e910f3b12f2 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Configuration file for I2S module.
  *
- * \version $Id$
  *
  * \author Luca Ottaviano <lottaviano@develer.com>
  */
@@ -51,6 +50,8 @@
  * Sampling frequency of the audio file.
  *
  * $WIZ$ type = "int"
+ * $WIZ$ min =  32000
+ * $WIZ$ max = 192000
  */
 #define CONFIG_SAMPLE_FREQ     44100UL