Readd the buffer len settings for old compatibility.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 22 Jul 2011 07:33:08 +0000 (07:33 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 22 Jul 2011 07:33:08 +0000 (07:33 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4981 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_i2s.h

index ad91bf8b94df84c01bc013dad5f7a19d79368322..1dbf1b720ded425abfddc0c777d392410a8682ff 100644 (file)
  */
 #define I2S_LOG_FORMAT     LOG_FMT_TERSE
 
+/**
+ * Length of each play buffer.
+ *
+ * $WIZ$ type = "int"
+ */
+#define CONFIG_PLAY_BUF_LEN    8192
 
 /**
  * Sampling frequency of the audio file.