mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-05 06:46:28 -04:00
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:
parent
703380d62d
commit
ed59342d28
4 changed files with 69 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue