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

@ -210,6 +210,7 @@ struct acp_device {
struct acp_card_profile {
uint32_t index;
#define ACP_PROFILE_ACTIVE (1<<0)
#define ACP_PROFILE_OFF (1<<1) /* the Off profile */
uint32_t flags;
const char *name;