summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/dsp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index c8c8ddee75..fad5f4d496 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -1638,7 +1638,8 @@ static inline int set_limiter_buffer(int count, int32_t *buf[])
1638 } 1638 }
1639 } 1639 }
1640 } 1640 }
1641 reset_limiter_buffer(&AUDIO_DSP); 1641 limiter_buffer_full = false;
1642 limiter_buffer_emptying = false;
1642 } 1643 }
1643 else /* limiter buffer NOT emptying */ 1644 else /* limiter buffer NOT emptying */
1644 { 1645 {