acp: fix UCM off profile

This commit is contained in:
Wim Taymans 2020-08-18 16:52:09 +02:00
parent 69be14186e
commit cfdd6cab20
3 changed files with 8 additions and 6 deletions

View file

@ -369,6 +369,7 @@ struct pa_alsa_profile {
bool supported:1;
bool fallback_input:1;
bool fallback_output:1;
bool is_off:1;
char **input_mapping_names;
char **output_mapping_names;