mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
acp: use flag for the Off profile
This commit is contained in:
parent
9f1d84e37c
commit
a97287351c
3 changed files with 4 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue