summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-02 06:28:50 +0000
committergrant <grant@pkgsrc.org>2004-05-02 06:28:50 +0000
commita2e1f5d38010a0f489fda1c276c634d52c40b0b5 (patch)
treec34834db5f3e8c392854108dda627bba65499b40 /audio
parent0a6698669ace9651317ed1e6011485d713e4f66f (diff)
downloadpkgsrc-a2e1f5d38010a0f489fda1c276c634d52c40b0b5.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@"