mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-18 05:34:07 -04:00
bluez5: bap: Support Mono Channel Allocation
The Bluetooth SIG Assigned Numbers Document has been updated and a value of 0 for the Channel Allocation is now allowed, with the meaning of "Mono".
This commit is contained in:
parent
eaa3d04bcc
commit
0b5f716526
2 changed files with 3 additions and 2 deletions
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#define LC3_MAX_CHANNELS 28
|
||||
|
||||
#define BAP_CHANNEL_NOT_ALLOWED 0x00000000
|
||||
#define BAP_CHANNEL_MONO 0x00000000 /* mono */
|
||||
#define BAP_CHANNEL_FL 0x00000001 /* front left */
|
||||
#define BAP_CHANNEL_FR 0x00000002 /* front right */
|
||||
#define BAP_CHANNEL_FC 0x00000004 /* front center */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue