summaryrefslogtreecommitdiff
path: root/apps/cuesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r--apps/cuesheet.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c
index 24df4d49da..39152185e5 100644
--- a/apps/cuesheet.c
+++ b/apps/cuesheet.c
@@ -313,14 +313,8 @@ static bool seek(unsigned long pos)
313 } 313 }
314 else 314 else
315 { 315 {
316#if (CONFIG_CODEC == SWCODEC)
317 audio_pre_ff_rewind(); 316 audio_pre_ff_rewind();
318 audio_ff_rewind(pos); 317 audio_ff_rewind(pos);
319#else
320 audio_pause();
321 audio_ff_rewind(pos);
322 audio_resume();
323#endif
324 return true; 318 return true;
325 } 319 }
326} 320}