aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-01-05 00:48:54 +0100
committerMax Kellermann <max@duempel.org>2012-01-05 01:52:40 +0100
commit26ec62714c06f061269d42a742bff2713e789068 (patch)
treebb5fe39f6ad3440739c000469754a0cfef82d456 /NEWS
parent7873b5e78bebef874ef39c64420f86c2b8f9bf35 (diff)
downloadmpd-26ec62714c06f061269d42a742bff2713e789068.tar.gz
mpd-26ec62714c06f061269d42a742bff2713e789068.tar.xz
mpd-26ec62714c06f061269d42a742bff2713e789068.zip
mixer/alsa: listen for external volume changes
Use libasound's polling functions, implement a bridge to GSource / GPollFD and send idle events to clients when an external program changes the ALSA mixer volume.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5b8fb203..2d3f8f1a4 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ ver 0.17 (2011/??/??)
- shout: add possibility to set url
- roar: new output plugin for RoarAudio
- winmm: fail if wrong device specified instead of using default device
+* mixer:
+ - alsa: listen for external volume changes
* playlist:
- allow references to songs outside the music directory
* state_file: add option "restore_paused"