Commit 5d12f528 authored by Max Kellermann's avatar Max Kellermann

output/alsa: clear error after reopening device

When a playback error has occurred, MPD would never recover until one restarts MPD.
parent a8bf8ede
......@@ -2,6 +2,7 @@ ver 0.21.3 (not yet released)
* output
- alsa: fix crash bug
- alsa: fix stuttering at start of playback
- alsa: clear error after reopening device
* log: default to journal if MPD was started as systemd service
ver 0.21.2 (2018/11/12)
......
......@@ -673,6 +673,7 @@ AlsaOutput::Open(AudioFormat &audio_format)
active = false;
must_prepare = false;
error = {};
}
inline int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment