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