mbox series

[BlueZ,v2,0/5] connect VCP profile to MediaTransport volume

Message ID 20250121124718.3995904-1-michal.dzik@streamunlimited.com
Headers show
Series connect VCP profile to MediaTransport volume | expand

Message

Michal Dzik Jan. 21, 2025, 12:47 p.m. UTC
I reworked my commits according to Luiz comments (thanks Luiz).

Michal Dzik (5):
  shared/vcp: add API to control volume on VCP client
  audio: connect VCP profile client to MediaTransport
  shared/vcp: fix memory & connection management
  audio: fix VCP connection management
  shared/vcp: control volume when acting as a server

 Makefile.plugins           |   2 +-
 profiles/audio/transport.c |  37 ++++++--
 profiles/audio/vcp.c       |  73 ++++++++++++++--
 profiles/audio/vcp.h       |  12 +++
 src/shared/vcp.c           | 169 ++++++++++++++++++++++++++++++++++---
 src/shared/vcp.h           |   7 ++
 6 files changed, 274 insertions(+), 26 deletions(-)
 create mode 100644 profiles/audio/vcp.h