mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-23 08:56:47 -05:00
acp: use auto-profile and auto-port properties
Also disable initial automatic profile selection when auto-profile is set to false
This commit is contained in:
parent
64b078d7bb
commit
3312757706
2 changed files with 11 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ struct pa_card {
|
|||
|
||||
bool use_ucm;
|
||||
bool soft_mixer;
|
||||
bool auto_profile;
|
||||
bool auto_port;
|
||||
|
||||
pa_alsa_ucm_config ucm;
|
||||
pa_alsa_profile_set *profile_set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue