summaryrefslogtreecommitdiff
path: root/apps/pcmbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pcmbuf.c')
-rw-r--r--apps/pcmbuf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/pcmbuf.c b/apps/pcmbuf.c
index 2075fc66e7..eb8b2a3f3d 100644
--- a/apps/pcmbuf.c
+++ b/apps/pcmbuf.c
@@ -740,7 +740,11 @@ static bool prepare_insert(size_t length)
740 { 740 {
741 pcmbuf_boost(true); 741 pcmbuf_boost(true);
742 /* Pre-buffer 1s. */ 742 /* Pre-buffer 1s. */
743#if MEMORYSIZE <= 1
744 if (!LOW_DATA(1))
745#else
743 if (!LOW_DATA(4)) 746 if (!LOW_DATA(4))
747#endif
744 { 748 {
745 logf("pcm starting"); 749 logf("pcm starting");
746 pcmbuf_play_start(); 750 pcmbuf_play_start();