mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
alsa: also use client-rt.conf for the mixer
There is no reason to use the non-rt version. It makes more sense to be able to put all ALSA properties and rules in the same conf file.
This commit is contained in:
parent
eadab2ffe3
commit
c7239b1f2a
1 changed files with 1 additions and 0 deletions
|
|
@ -1370,6 +1370,7 @@ SND_CTL_PLUGIN_DEFINE_FUNC(pipewire)
|
||||||
ctl->context = pw_context_new(loop,
|
ctl->context = pw_context_new(loop,
|
||||||
pw_properties_new(
|
pw_properties_new(
|
||||||
PW_KEY_CLIENT_API, "alsa",
|
PW_KEY_CLIENT_API, "alsa",
|
||||||
|
PW_KEY_CONFIG_NAME, "client-rt.conf",
|
||||||
NULL),
|
NULL),
|
||||||
0);
|
0);
|
||||||
if (ctl->context == NULL) {
|
if (ctl->context == NULL) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue