summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.h')
-rw-r--r--apps/pcmbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pcmbuf.h b/apps/pcmbuf.h
index 18a6894fee..b5035f4405 100644
--- a/apps/pcmbuf.h
+++ b/apps/pcmbuf.h
@@ -19,7 +19,7 @@
19#ifndef PCMBUF_H 19#ifndef PCMBUF_H
20#define PCMBUF_H 20#define PCMBUF_H
21 21
22#if MEMORYSIZE > 1 22#if MEM > 1
23#define PCMBUF_TARGET_CHUNK 32768 /* This is the target fill size of chunks 23#define PCMBUF_TARGET_CHUNK 32768 /* This is the target fill size of chunks
24 on the pcm buffer */ 24 on the pcm buffer */
25#define PCMBUF_MINAVG_CHUNK 24576 /* This is the minimum average size of 25#define PCMBUF_MINAVG_CHUNK 24576 /* This is the minimum average size of