mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
spa: add 64 AUX channels
Make 64 AUX channels instead of using the CUSTOM range for them.
This commit is contained in:
parent
d03f29eb66
commit
1ad54e8a26
7 changed files with 211 additions and 86 deletions
|
|
@ -98,7 +98,11 @@ enum acp_channel {
|
|||
ACP_CHANNEL_BC, /**< bottom center */
|
||||
ACP_CHANNEL_BLC, /**< bottom left center */
|
||||
ACP_CHANNEL_BRC, /**< bottom right center */
|
||||
ACP_CHANNEL_CUSTOM_START = 0x10000,
|
||||
|
||||
ACP_CHANNEL_START_Aux = 0x1000,
|
||||
ACP_CHANNEL_LAST_Aux = 0x1fff,
|
||||
|
||||
ACP_CHANNEL_START_Custom = 0x10000,
|
||||
};
|
||||
|
||||
char *acp_channel_str(char *buf, size_t len, enum acp_channel ch);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue