From d2a56227dfc8b0e62d4b6458ef4c5d0ecd28cf75 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sun, 18 Jul 2021 12:19:11 +0200 Subject: Revert "audio: fix ao_reset() not clearing paused state leading to stuck AO" In hindsight this is obviously broken. This reverts commit fb5d976cb070020e35501685c9f84b9435b248e6. --- audio/out/buffer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'audio/out') diff --git a/audio/out/buffer.c b/audio/out/buffer.c index 2a169e8fd7..9ac410ff9e 100644 --- a/audio/out/buffer.c +++ b/audio/out/buffer.c @@ -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; -- cgit v1.2.3