summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index bbe53300d3..0bb3ac0748 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -266,7 +266,7 @@ void sound_set_pitch(int permille)
266 266
267static void tdspeed_setup(struct dsp_config *dspc) 267static void tdspeed_setup(struct dsp_config *dspc)
268{ 268{
269 /* Assume timestretch will not not be used */ 269 /* Assume timestretch will not be used */
270 dspc->tdspeed_active = false; 270 dspc->tdspeed_active = false;
271 sample_buf = small_sample_buf; 271 sample_buf = small_sample_buf;
272 resample_buf = small_resample_buf; 272 resample_buf = small_resample_buf;