summaryrefslogtreecommitdiff
path: root/audio/musicpd
diff options
context:
space:
mode:
authorgrant <grant>2004-05-02 06:28:50 +0000
committergrant <grant>2004-05-02 06:28:50 +0000
commit492471d23a2d542c53a01c148221e22a4788bdd7 (patch)
treec34834db5f3e8c392854108dda627bba65499b40 /audio/musicpd
parent171a3cb35e0e9a2d29f188f452ebd49841c1ee72 (diff)
downloadpkgsrc-492471d23a2d542c53a01c148221e22a4788bdd7.tar.gz
add a comment about setting mixer_control "Pcm" to modify the PCM
volume control.
Diffstat (limited to 'audio/musicpd')
-rw-r--r--audio/musicpd/files/mpd.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/musicpd/files/mpd.conf b/audio/musicpd/files/mpd.conf
index ea16d8a4b8f..66a18d23ef1 100644
--- a/audio/musicpd/files/mpd.conf
+++ b/audio/musicpd/files/mpd.conf
@@ -1,4 +1,4 @@
-# $NetBSD: mpd.conf,v 1.2 2004/05/02 06:27:15 grant Exp $
+# $NetBSD: mpd.conf,v 1.3 2004/05/02 06:28:50 grant Exp $
# required
port "2100"
@@ -22,6 +22,10 @@ bind_to_address "any"
mixer_type "oss"
mixer_device "/dev/mixer"
+# mixer_control defaults to the master volume control. uncomment the
+# following line to have mpd's volume control modify the "PCM"
+# volume instead:
+# mixer_control "Pcm"
ao_driver "oss"
ao_driver_options "dsp=@DEVOSSAUDIO@"