commit 718e235ae2d48f2f0e93f6fd43fbb4de6bffa989
parent 7a8ce81f7125209fb5d5da0cd3b18cc378bd3602
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 19 Sep 2019 16:47:04 +0200
Do not manually specify audio outputs for mpd
Diffstat:
M | .config/mpd/mpd.conf | | | 78 | +++++++++++++++++++++++++++++++++++++++--------------------------------------- |
1 file changed, 39 insertions(+), 39 deletions(-)
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
@@ -207,33 +207,33 @@ input {
#
# An example of an ALSA output:
#
-audio_output {
- type "alsa"
- name "Built-in soundcard (ALSA)"
- device "hw:0,0" # optional
-# mixer_type "hardware" # optional
-# mixer_device "default" # optional
-# mixer_control "PCM" # optional
-# mixer_index "0" # optional
-}
-audio_output {
- type "alsa"
- name "First external soundcard (ALSA)"
- device "hw:1,0" # optional
-# mixer_type "hardware" # optional
-# mixer_device "default" # optional
-# mixer_control "PCM" # optional
-# mixer_index "0" # optional
-}
-audio_output {
- type "alsa"
- name "Second external soundcard (ALSA)"
- device "hw:2,0" # optional
-# mixer_type "hardware" # optional
-# mixer_device "default" # optional
-# mixer_control "PCM" # optional
-# mixer_index "0" # optional
-}
+#audio_output {
+# type "alsa"
+# name "Built-in soundcard (ALSA)"
+# device "hw:0,0" # optional
+## mixer_type "hardware" # optional
+## mixer_device "default" # optional
+## mixer_control "PCM" # optional
+## mixer_index "0" # optional
+#}
+#audio_output {
+# type "alsa"
+# name "First external soundcard (ALSA)"
+# device "hw:1,0" # optional
+## mixer_type "hardware" # optional
+## mixer_device "default" # optional
+## mixer_control "PCM" # optional
+## mixer_index "0" # optional
+#}
+#audio_output {
+# type "alsa"
+# name "Second external soundcard (ALSA)"
+# device "hw:2,0" # optional
+## mixer_type "hardware" # optional
+## mixer_device "default" # optional
+## mixer_control "PCM" # optional
+## mixer_index "0" # optional
+#}
#
# An example of an OSS output:
#
@@ -297,12 +297,12 @@ audio_output {
#
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
#
-audio_output {
- type "pulse"
- name "pulse audio"
-## server "remote_server" # optional
-## sink "remote_server_sink" # optional
-}
+#audio_output {
+# type "pulse"
+# name "pulse audio"
+### server "remote_server" # optional
+### sink "remote_server_sink" # optional
+#}
#
# An example of a winmm output (Windows multimedia API).
#
@@ -361,12 +361,12 @@ audio_output {
# }
# for visualization
-audio_output {
- type "fifo"
- name "my_fifo"
- path "/tmp/mpd.fifo"
- format "44100:16:2"
-}
+#audio_output {
+# type "fifo"
+# name "my_fifo"
+# path "/tmp/mpd.fifo"
+# format "44100:16:2"
+#}
# Normalization automatic volume adjustments ##################################
#
# This setting specifies the type of ReplayGain to use. This setting can have