mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: split up conf files
This commit is contained in:
parent
ae4e17e9a2
commit
a7e36ddd9d
2 changed files with 9 additions and 11 deletions
|
|
@ -39,14 +39,3 @@ pcm.pipewire {
|
||||||
description "PipeWire Sound Server"
|
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"
|
|
||||||
}
|
|
||||||
|
|
|
||||||
9
pipewire-alsa/conf/99-pipewire-default.conf
Normal file
9
pipewire-alsa/conf/99-pipewire-default.conf
Normal 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)"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue