Revert "voice_thread.c ensure cpu gets re-boosted after Q_VOICE_STOP event"

This reverts commit 4695f80230.

Reason for revert: Something else is unboosting the thread this is a red herring

Change-Id: I0e71e0065b13129bbf59d45416c15799c446dcad
This commit is contained in:
William Wilgus 2021-09-28 01:27:52 -04:00
parent 4695f80230
commit fe5c1c8126
1 changed files with 0 additions and 1 deletions

View File

@ -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;