mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: bap: support ChannelAllocation parameter from BlueZ
For multi-ASE configurations, BlueZ does the channel allocation itself, and passes us the result in the ChannelAllocation parameter. If it is present, don't do the allocation ourselves but use that value instead.
This commit is contained in:
parent
caebeaa9b3
commit
d487dc0fc6
3 changed files with 80 additions and 25 deletions
|
|
@ -126,6 +126,7 @@ struct bap_endpoint_qos {
|
|||
uint32_t locations;
|
||||
uint16_t supported_context;
|
||||
uint16_t context;
|
||||
uint32_t channel_allocation;
|
||||
};
|
||||
|
||||
struct bap_codec_qos {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue