acp: mark the Pro profile with a flag

This commit is contained in:
Wim Taymans 2023-01-03 13:13:03 +01:00
parent 6116ef8484
commit 2eaac9b67a
2 changed files with 2 additions and 0 deletions

View file

@ -237,6 +237,7 @@ struct acp_card_profile {
#define ACP_PROFILE_ACTIVE (1<<0)
#define ACP_PROFILE_OFF (1<<1) /* the Off profile */
#define ACP_PROFILE_SAVE (1<<2) /* if the profile needs saving */
#define ACP_PROFILE_PRO (1<<3) /* the Pro profile */
uint32_t flags;
const char *name;