mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
alsa: fix compilation
This commit is contained in:
parent
e0bfd7421b
commit
6af85f2371
2 changed files with 2 additions and 2 deletions
|
|
@ -1380,7 +1380,7 @@ SND_CTL_PLUGIN_DEFINE_FUNC(pipewire)
|
|||
|
||||
str = getenv("PIPEWIRE_ALSA");
|
||||
if (str != NULL)
|
||||
pw_properties_update_string(pw->props, str, strlen(str));
|
||||
pw_properties_update_string(ctl->props, str, strlen(str));
|
||||
|
||||
str = getenv("PIPEWIRE_REMOTE");
|
||||
if (str != NULL && str[0] != '\0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue