dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 30f7bdd4cf1ffdd87a1cf3e1bb88d313a21db2d2
parent c919b93901264d21f7bb7b6f4f3f8581e28cf640
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 27 Dec 2018 16:05:11 +0100

Write mpd audio to two alsa outputs

Diffstat:
Mlinks/.config/mpd/mpd.conf | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/links/.config/mpd/mpd.conf b/links/.config/mpd/mpd.conf @@ -209,8 +209,18 @@ input { # audio_output { type "alsa" - name "My ALSA Device" -# device "hw:0,0" # optional + 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