summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/playback.c b/apps/playback.c
index c0a8c5ade0..5443ef5b24 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -677,7 +677,7 @@ void audio_play(long offset)
#ifdef PLAYBACK_VOICE
/* Truncate any existing voice output so we don't have spelling
* etc. over the first part of the played track */
- do_shutup();
+ talk_force_shutup();
#endif
/* Start playback */
@@ -960,7 +960,7 @@ static void voice_stop(void)
if (!voice_codec_loaded)
return;
- do_shutup();
+ talk_force_shutup();
/* Loop until voice empties it's queue, stops and picks up on the new
track; the voice thread must be stopped and waiting for messages