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:
Wim Taymans 2021-01-27 13:43:12 +01:00
parent 64b078d7bb
commit 3312757706
2 changed files with 11 additions and 0 deletions

View file

@ -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;