summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.h')
-rw-r--r--apps/pcmbuf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/pcmbuf.h b/apps/pcmbuf.h
index ffd62ed1b6..15633d5214 100644
--- a/apps/pcmbuf.h
+++ b/apps/pcmbuf.h
@@ -21,6 +21,10 @@
21 21
22#define PCMBUF_TARGET_CHUNK 32768 /* This is the target fill size of chunks 22#define PCMBUF_TARGET_CHUNK 32768 /* This is the target fill size of chunks
23 on the pcm buffer */ 23 on the pcm buffer */
24#define PCMBUF_MINAVG_CHUNK 24576 /* This is the minimum average size of
25 chunks on the pcm buffer (or we run out
26 of buffer descriptors, which is
27 non-fatal) */
24#define PCMBUF_MIN_CHUNK 4096 /* We try to never feed a chunk smaller than 28#define PCMBUF_MIN_CHUNK 4096 /* We try to never feed a chunk smaller than
25 this to the DMA */ 29 this to the DMA */
26#define PCMBUF_MIX_CHUNK 8192 /* This is the maximum size of one packet 30#define PCMBUF_MIX_CHUNK 8192 /* This is the maximum size of one packet