pipewire-pulse: Expose profile preference setting as a message

Makes it easier for libpulse-based clients to modify this setting if they want.
This commit is contained in:
Julian Bouzas 2026-06-22 15:29:15 -04:00
parent d8f5ed0c13
commit 187187e41f
5 changed files with 72 additions and 1 deletions

View file

@ -162,6 +162,9 @@ void client_free(struct client *client)
free(client->temporary_default_sink);
free(client->temporary_default_source);
free(client->bluetooth_profile_preference);
free(client->default_bluetooth_profile_preference);
pw_properties_free(client->props);
pw_properties_free(client->routes);