mbox series

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

Message ID 20250121144404.4087658-1-michal.dzik@streamunlimited.com (mailing list archive)
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

Comments

patchwork-bot+bluetooth@kernel.org Jan. 22, 2025, 8:30 p.m. UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Tue, 21 Jan 2025 15:43:59 +0100 you wrote:
> 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
> 
> [...]

Here is the summary with links:
  - [BlueZ,v3,1/5] shared/vcp: add API to control volume on VCP client
    (no matching commit)
  - [BlueZ,v3,2/5] audio: connect VCP profile client to MediaTransport
    (no matching commit)
  - [BlueZ,v3,3/5] shared/vcp: fix memory & connection management
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=53d3e2c5d0b9
  - [BlueZ,v3,4/5] audio: fix VCP connection management
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=49c53595e50c
  - [BlueZ,v3,5/5] shared/vcp: control volume when acting as a server
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=73b251b8e8f0

You are awesome, thank you!