diff options
Diffstat (limited to 'apps/playback.c')
| -rw-r--r-- | apps/playback.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c index 2b08a99..90cedc0 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -1679,7 +1679,8 @@ static void codec_seek_complete_callback(void) { /* If this is not a seamless seek, clear the buffer */ pcmbuf_play_stop(); - + dsp_configure(DSP_FLUSH, NULL); + /* If playback was not 'deliberately' paused, unpause now */ if (!paused) pcmbuf_pause(false); |