mbox series

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

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

Message

Michal Dzik Jan. 21, 2025, 2:43 p.m. UTC
I'm already resubmitting, fixing the problems found by test bot.
Sorry for spam.

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