mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
acp: mark the Pro profile with a flag
This commit is contained in:
parent
6116ef8484
commit
2eaac9b67a
2 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue