mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: put mixer entry in alsa conf files
This commit is contained in:
parent
089ec424d7
commit
950e81c5fb
2 changed files with 16 additions and 0 deletions
|
|
@ -39,3 +39,15 @@ pcm.pipewire {
|
||||||
description "PipeWire Sound Server"
|
description "PipeWire Sound Server"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ctl.pipewire {
|
||||||
|
@args.SERVER {
|
||||||
|
type string
|
||||||
|
default {
|
||||||
|
@func refer
|
||||||
|
name defaults.pipewire.server
|
||||||
|
}
|
||||||
|
}
|
||||||
|
type pipewire
|
||||||
|
server $SERVER
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,7 @@ pcm.!default {
|
||||||
description "Default ALSA Output (currently PipeWire Media Server)"
|
description "Default ALSA Output (currently PipeWire Media Server)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ctl.!default {
|
||||||
|
type pipewire
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue