summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/voice_thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index 4b4a337508..77bdd08d44 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -421,7 +421,6 @@ static enum voice_state voice_message(struct voice_thread_data *td)
421 /* Fall-through */ 421 /* Fall-through */
422 case Q_VOICE_STOP: 422 case Q_VOICE_STOP:
423 LOGFQUEUE("voice < Q_VOICE_STOP"); 423 LOGFQUEUE("voice < Q_VOICE_STOP");
424 quiet_counter = 0;
425 cancel_cpu_boost(); 424 cancel_cpu_boost();
426 voice_stop_playback(); 425 voice_stop_playback();
427 break; 426 break;