aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorGreg Ward <greg@gerg.ca>2010-12-20 22:21:46 -0500
committerMax Kellermann <max@duempel.org>2010-12-21 07:36:28 +0100
commit80dc6021931e12cb465a46f7b61e7aef19012080 (patch)
tree551600c9126bc32f5d875ee5b10f1071eec7559c /NEWS
parentc7f5a8725879a9d6137d186bf6f827162ae88511 (diff)
downloadmpd-80dc6021931e12cb465a46f7b61e7aef19012080.tar.gz
mpd-80dc6021931e12cb465a46f7b61e7aef19012080.tar.xz
mpd-80dc6021931e12cb465a46f7b61e7aef19012080.zip
osx_output: allow user to specify other audio devices.
Add new config parameter 'device' to audio_output type "osx": - if not supplied or set to "default", open default device - if set to "system", open system device - otherwise 'device' should be an audio device name: mpd will find and open the specified audio device, falling back to the default device if it's not found
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fa9bc0de..1a25bfd9b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.17 (2010/??/??)
+* output:
+ - osx: allow user to specify other audio devices
ver 0.16 (2010/12/11)