summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 2b08a99a8a..90cedc0299 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -1679,7 +1679,8 @@ static void codec_seek_complete_callback(void)
1679 { 1679 {
1680 /* If this is not a seamless seek, clear the buffer */ 1680 /* If this is not a seamless seek, clear the buffer */
1681 pcmbuf_play_stop(); 1681 pcmbuf_play_stop();
1682 1682 dsp_configure(DSP_FLUSH, NULL);
1683
1683 /* If playback was not 'deliberately' paused, unpause now */ 1684 /* If playback was not 'deliberately' paused, unpause now */
1684 if (!paused) 1685 if (!paused)
1685 pcmbuf_pause(false); 1686 pcmbuf_pause(false);