pipewire-pulse: Expose bluetooth headset autoswitch config as a message

Makes it easier for libpulse-based clients to modify this setting if
they want.
This commit is contained in:
Arun Raghavan 2026-01-26 14:44:30 -08:00
parent 703380d62d
commit ed59342d28
4 changed files with 69 additions and 8 deletions

View file

@ -63,8 +63,11 @@ struct client {
struct pw_manager_object *metadata_schema_sm_settings;
bool have_force_mono_audio;
bool default_force_mono_audio;
bool have_bluetooth_headset_autoswitch;
bool default_bluetooth_headset_autoswitch;
struct pw_manager_object *metadata_sm_settings;
bool force_mono_audio;
bool bluetooth_headset_autoswitch;
uint32_t connect_tag;