Revert "audio: fix ao_reset() not clearing paused state leading to stuck AO"

In hindsight this is obviously broken.
This reverts commit fb5d976cb0.
This commit is contained in:
sfan5 2021-07-18 12:19:11 +02:00
parent 1e90ec647c
commit d2a56227df
1 changed files with 0 additions and 1 deletions

View File

@ -307,7 +307,6 @@ void ao_reset(struct ao *ao)
}
wakeup = p->playing;
p->playing = false;
p->paused = false;
p->recover_pause = false;
p->hw_paused = false;
p->end_time_us = 0;