mbox series

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

Message ID 20250110145019.2380299-1-michal.dzik@streamunlimited.com (mailing list archive)
Headers show
Series connect VCP profile to MediaTransport volume | expand

Message

Michal Dzik Jan. 10, 2025, 2:50 p.m. UTC
VCP profile was already implemented, but there was no way to control it over
dbus interface. Now it is connected to MediaTransport volume property for BAP
transport.

Michal Dzik (3):
  vcp: connect VCP profile client to MediaTransport
  vcp: fix memory & connection management
  vcp: allow volume control when acting as a server

 profiles/audio/transport.c |  37 ++++++---
 profiles/audio/vcp.c       |  62 ++++++++++++--
 profiles/audio/vcp.h       |  12 +++
 src/shared/vcp.c           | 162 +++++++++++++++++++++++++++++++++++--
 src/shared/vcp.h           |   7 ++
 5 files changed, 260 insertions(+), 20 deletions(-)
 create mode 100644 profiles/audio/vcp.h

Comments

Luiz Augusto von Dentz Jan. 14, 2025, 8:31 p.m. UTC | #1
Hi Michal,

On Fri, Jan 10, 2025 at 9:54 AM Michal Dzik
<michal.dzik@streamunlimited.com> wrote:
>
> VCP profile was already implemented, but there was no way to control it over
> dbus interface. Now it is connected to MediaTransport volume property for BAP
> transport.
>
> Michal Dzik (3):
>   vcp: connect VCP profile client to MediaTransport
>   vcp: fix memory & connection management
>   vcp: allow volume control when acting as a server
>
>  profiles/audio/transport.c |  37 ++++++---
>  profiles/audio/vcp.c       |  62 ++++++++++++--
>  profiles/audio/vcp.h       |  12 +++
>  src/shared/vcp.c           | 162 +++++++++++++++++++++++++++++++++++--
>  src/shared/vcp.h           |   7 ++
>  5 files changed, 260 insertions(+), 20 deletions(-)
>  create mode 100644 profiles/audio/vcp.h
>
> --
> 2.34.1
>

Are you still planning on updating these changes? I gave some feedback
but I haven't heard back from you.