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:
Wim Taymans 2023-01-20 09:30:37 +01:00
parent eadab2ffe3
commit c7239b1f2a

View file

@ -1370,6 +1370,7 @@ SND_CTL_PLUGIN_DEFINE_FUNC(pipewire)
ctl->context = pw_context_new(loop,
pw_properties_new(
PW_KEY_CLIENT_API, "alsa",
PW_KEY_CONFIG_NAME, "client-rt.conf",
NULL),
0);
if (ctl->context == NULL) {