mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-18 22:05:37 -05:00
bluetooth: add CVSD codec implementation
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/507>
This commit is contained in:
parent
913e7767d6
commit
a7b21fb555
9 changed files with 211 additions and 74 deletions
|
|
@ -97,11 +97,10 @@ struct pa_bluetooth_transport {
|
|||
char *path;
|
||||
pa_bluetooth_profile_t profile;
|
||||
|
||||
uint8_t codec;
|
||||
void *config;
|
||||
size_t config_size;
|
||||
|
||||
const pa_a2dp_codec *a2dp_codec;
|
||||
const pa_a2dp_codec *bt_codec;
|
||||
int stream_write_type;
|
||||
|
||||
pa_volume_t source_volume;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue