alsa: split up conf files

This commit is contained in:
Wim Taymans 2020-02-07 13:24:42 +01:00
parent ae4e17e9a2
commit a7e36ddd9d
2 changed files with 9 additions and 11 deletions

View file

@ -39,14 +39,3 @@ pcm.pipewire {
description "PipeWire Sound Server"
}
}
pcm.!default {
type pipewire
playback_node "-1"
capture_node "-1"
hint {
show on
description "Default ALSA Output (currently PipeWire Media Server)"
}
#fallback "sysdefault"
}

View file

@ -0,0 +1,9 @@
pcm.!default {
type pipewire
playback_node "-1"
capture_node "-1"
hint {
show on
description "Default ALSA Output (currently PipeWire Media Server)"
}
}