mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -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
|
|
@ -1945,7 +1945,7 @@ static DBusMessage *endpoint_set_configuration(DBusConnection *conn, DBusMessage
|
|||
dbus_message_unref(r);
|
||||
|
||||
t = pa_bluetooth_transport_new(d, sender, path, p, config, size);
|
||||
t->a2dp_codec = a2dp_codec;
|
||||
t->bt_codec = a2dp_codec;
|
||||
t->acquire = bluez5_transport_acquire_cb;
|
||||
t->release = bluez5_transport_release_cb;
|
||||
t->write = a2dp_transport_write;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue