aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-29 15:59:35 +0100
committerMax Kellermann <max@duempel.org>2009-10-29 15:59:35 +0100
commitf74ee1a352a0fb39fd0a0b42ab740f2f6e6957a3 (patch)
tree423c8c8eb0cf1c97d36fb7993a14173ff3872d17 /NEWS
parentcf8d278b78d7deed1d23fc1c7cfc6bce4e189a41 (diff)
output/alsa: don't recover on CANCEL
The recovery is for nothing if we get CLOSE afterwards. Let's not recover in the cancel() method, and let the next play() call sort it out.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d6338961..9fe1dc18 100644
--- a/NEWS
+++ b/NEWS
@@ -35,6 +35,7 @@ ver 0.16 (20??/??/??)
- jack: don't disconnect during pause
- jack: connect to server on MPD startup
- wildcards allowed in audio_format configuration
+ - alsa: don't recover on CANCEL
* mixers:
- removed support for legacy mixer configuration
- reimplemented software volume as mixer+filter plugin