summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/playback.c b/apps/playback.c
index fe0799e2e2..0c04057593 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -294,13 +294,6 @@ bool codec_pcmbuf_insert_split_callback(const void *ch1, const void *ch2,
294 src[0] = ch1; 294 src[0] = ch1;
295 src[1] = ch2; 295 src[1] = ch2;
296 296
297 while (paused)
298 {
299 sleep(1);
300 if (ci.stop_codec || ci.reload_codec || ci.seek_time)
301 return true;
302 }
303
304 if (dsp_stereo_mode() == STEREO_NONINTERLEAVED) 297 if (dsp_stereo_mode() == STEREO_NONINTERLEAVED)
305 { 298 {
306 length *= 2; /* Length is per channel */ 299 length *= 2; /* Length is per channel */