diff options
author | self <self@sateoki.xyz> | 2022-05-20 19:51:26 +0100 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-05-20 19:51:26 +0100 |
commit | 32d0be48876353d92fa66ca4ca6c5c601c286f7e (patch) | |
tree | b2ad625e2411f96bd3d29655d7f7fecd6104bb25 /mpd.conf | |
parent | 8e05051cce14a3c237fd8d55b47e55443815b4d6 (diff) |
nothing of value here, just mpd/ncmpcpp minor changes
Diffstat (limited to 'mpd.conf')
-rwxr-xr-x | mpd.conf | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -217,14 +217,14 @@ input { # # An example of an ALSA output: # -audio_output { - type "alsa" - name "My ALSA Device" -# 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 "My ALSA Device" +# device "hw:0,0" # optional +# mixer_type "hardware" # optional +# mixer_device "default" # optional +# mixer_control "PCM" # optional +# mixer_index "0" # optional } # audio_output { |