diff options
Diffstat (limited to 'apps/playback.c')
-rw-r--r-- | apps/playback.c | 4 |
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) | |||
677 | #ifdef PLAYBACK_VOICE | 677 | #ifdef PLAYBACK_VOICE |
678 | /* Truncate any existing voice output so we don't have spelling | 678 | /* Truncate any existing voice output so we don't have spelling |
679 | * etc. over the first part of the played track */ | 679 | * etc. over the first part of the played track */ |
680 | do_shutup(); | 680 | talk_force_shutup(); |
681 | #endif | 681 | #endif |
682 | 682 | ||
683 | /* Start playback */ | 683 | /* Start playback */ |
@@ -960,7 +960,7 @@ static void voice_stop(void) | |||
960 | if (!voice_codec_loaded) | 960 | if (!voice_codec_loaded) |
961 | return; | 961 | return; |
962 | 962 | ||
963 | do_shutup(); | 963 | talk_force_shutup(); |
964 | 964 | ||
965 | /* Loop until voice empties it's queue, stops and picks up on the new | 965 | /* Loop until voice empties it's queue, stops and picks up on the new |
966 | track; the voice thread must be stopped and waiting for messages | 966 | track; the voice thread must be stopped and waiting for messages |