summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2021-09-28 01:27:52 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2021-09-28 01:27:52 -0400
commitfe5c1c8126e167f59778acc9b18139d53c428209 (patch)
tree77f2c15d23cb70ab025bdcccaee46fd872233892
parent4695f80230f0d3e3eb03a4d9aade5253e2d51862 (diff)
downloadrockbox-fe5c1c8126e167f59778acc9b18139d53c428209.tar.gz
rockbox-fe5c1c8126e167f59778acc9b18139d53c428209.zip
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
-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;