acp: add option to disable hardware mixer

See #426
This commit is contained in:
Wim Taymans 2020-12-01 10:43:39 +01:00
parent 97ec1ce209
commit d098c2ba86
2 changed files with 10 additions and 7 deletions

View file

@ -43,6 +43,7 @@ struct pa_card {
pa_proplist *proplist;
bool use_ucm;
bool soft_mixer;
pa_alsa_ucm_config ucm;
pa_alsa_profile_set *profile_set;