summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant>2004-05-02 06:28:50 +0000
committergrant <grant>2004-05-02 06:28:50 +0000
commitf475c944ab029bedbd7f912c653d5632f7038868 (patch)
treec34834db5f3e8c392854108dda627bba65499b40 /audio
parentafe4c607033cf3680472511a9d2a6d88e749226a (diff)
downloadpkgsrc-f475c944ab029bedbd7f912c653d5632f7038868.tar.gz
add a comment about setting mixer_control "Pcm" to modify the PCM
volume control.
Diffstat (limited to 'audio')
-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@"