mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
bluez5: set BAP channel location from transport if unset
If BAP codec configuration is mono channel with unspecified location, set the channel position from transport location. This in principle should be set in SelectProperties, but currently BlueZ doesn't tell us that yet there, so we hack it up later on.
This commit is contained in:
parent
8f840e703b
commit
6e94487057
4 changed files with 80 additions and 6 deletions
|
|
@ -34,12 +34,6 @@ struct impl {
|
|||
unsigned int codesize;
|
||||
};
|
||||
|
||||
struct __attribute__((packed)) ltv {
|
||||
uint8_t len;
|
||||
uint8_t type;
|
||||
uint8_t value[];
|
||||
};
|
||||
|
||||
struct pac_data {
|
||||
const uint8_t *data;
|
||||
size_t size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue