diff options
author | Max Kellermann <max@duempel.org> | 2012-01-05 00:48:54 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-01-05 01:52:40 +0100 |
commit | 26ec62714c06f061269d42a742bff2713e789068 (patch) | |
tree | bb5fe39f6ad3440739c000469754a0cfef82d456 /NEWS | |
parent | 7873b5e78bebef874ef39c64420f86c2b8f9bf35 (diff) | |
download | mpd-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 '')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |