summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/voice_thread.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/apps/voice_thread.c b/apps/voice_thread.c
index 77bdd08d44..6ce0f6a408 100644
--- a/apps/voice_thread.c
+++ b/apps/voice_thread.c
@@ -361,12 +361,11 @@ static enum voice_state voice_message(struct voice_thread_data *td)
361 { 361 {
362 case Q_VOICE_PLAY: 362 case Q_VOICE_PLAY:
363 LOGFQUEUE("voice < Q_VOICE_PLAY"); 363 LOGFQUEUE("voice < Q_VOICE_PLAY");
364 if (quiet_counter == 0) 364
365 { 365 /* Boost CPU now */
366 /* Boost CPU now */ 366 trigger_cpu_boost();
367 trigger_cpu_boost(); 367
368 } 368 if (quiet_counter != 0)
369 else
370 { 369 {
371 /* Stop any clip still playing */ 370 /* Stop any clip still playing */
372 voice_stop_playback(); 371 voice_stop_playback();