acp: use flag for the Off profile

This commit is contained in:
Wim Taymans 2020-09-28 11:32:36 +02:00
parent 9f1d84e37c
commit a97287351c
3 changed files with 4 additions and 3 deletions

View file

@ -369,7 +369,6 @@ 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;