From ae77542a118120adb4b339ad6ec2ec433bf43533 Mon Sep 17 00:00:00 2001
From: Romain Rollet <romain.rollet@gmail.com>
Date: Sat, 20 Jun 2015 15:37:19 +0200
Subject: OutputControl: fix fail_timer check right after booting

Right after booting, the monotonic clock starts with a very small
value, and AudioOutput::LockUpdate() may believe that the fail_timer
has not recovered yet.
---
 NEWS | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'NEWS')

diff --git a/NEWS b/NEWS
index c07674e83..03400d83a 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ ver 0.19.10 (not yet released)
   - ffmpeg: improve seeking accuracy
 * encoder
   - opus: fix bogus granulepos
+* output
+  - fix failure to open device right after booting
 * neighbor
   - nfs: fix deadlock when connecting
 
-- 
cgit v1.2.3