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

@ -65,9 +65,12 @@ struct client {
bool default_force_mono_audio;
bool have_bluetooth_headset_autoswitch;
bool default_bluetooth_headset_autoswitch;
bool have_bluetooth_profile_preference;
char *default_bluetooth_profile_preference;
struct pw_manager_object *metadata_sm_settings;
bool force_mono_audio;
bool bluetooth_headset_autoswitch;
char *bluetooth_profile_preference;
uint32_t connect_tag;