From fe5c1c8126e167f59778acc9b18139d53c428209 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Tue, 28 Sep 2021 01:27:52 -0400 Subject: Revert "voice_thread.c ensure cpu gets re-boosted after Q_VOICE_STOP event" This reverts commit 4695f80230f0d3e3eb03a4d9aade5253e2d51862. Reason for revert: Something else is unboosting the thread this is a red herring Change-Id: I0e71e0065b13129bbf59d45416c15799c446dcad --- apps/voice_thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') 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) /* Fall-through */ case Q_VOICE_STOP: LOGFQUEUE("voice < Q_VOICE_STOP"); - quiet_counter = 0; cancel_cpu_boost(); voice_stop_playback(); break; -- cgit v1.2.3