summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 1f1852b959..04096b0fea 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -614,7 +614,6 @@ void audio_set_crossfade(int enable)
614 enable = 0; 614 enable = 0;
615 size = NATIVE_FREQUENCY*2; 615 size = NATIVE_FREQUENCY*2;
616#endif 616#endif
617 logf("%ld->%ld", (long) pcmbuf_get_bufsize(), (long) size);
618 if (pcmbuf_get_bufsize() == size) 617 if (pcmbuf_get_bufsize() == size)
619 return ; 618 return ;
620 619