mbox series

[BlueZ,0/6] bap: Remove interface

Message ID 20250307154457.85751-1-iulia.tanasescu@nxp.com (mailing list archive)
Headers show
Series bap: Remove interface | expand

Message

Iulia Tanasescu March 7, 2025, 3:44 p.m. UTC
This patch removes the BAP plugin interface and moves the required
APIs and data structures inside shared/bap, to avoid making calls
between plugins.

Iulia Tanasescu (6):
  shared/bap: Make bap_get_session public
  bap: Remove bap_get_session
  bap: Move default qos to shared/bap
  shared/bap: Add APIs to convert iso_qos to bap_qos
  bap: Remove interface
  bass: Free stream path

 Makefile.plugins      |   2 +-
 profiles/audio/bap.c  | 107 +-----------------------------------------
 profiles/audio/bap.h  |  17 -------
 profiles/audio/bass.c |  16 +++----
 src/shared/bap.c      |  99 ++++++++++++++++++++++++++++++++++++--
 src/shared/bap.h      |   9 ++++
 6 files changed, 115 insertions(+), 135 deletions(-)
 delete mode 100644 profiles/audio/bap.h

Comments

patchwork-bot+bluetooth@kernel.org March 11, 2025, 3:50 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 Fri,  7 Mar 2025 17:44:51 +0200 you wrote:
> This patch removes the BAP plugin interface and moves the required
> APIs and data structures inside shared/bap, to avoid making calls
> between plugins.
> 
> Iulia Tanasescu (6):
>   shared/bap: Make bap_get_session public
>   bap: Remove bap_get_session
>   bap: Move default qos to shared/bap
>   shared/bap: Add APIs to convert iso_qos to bap_qos
>   bap: Remove interface
>   bass: Free stream path
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/6] shared/bap: Make bap_get_session public
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8f280aadbbae
  - [BlueZ,2/6] bap: Remove bap_get_session
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=fd622a5bb2e3
  - [BlueZ,3/6] bap: Move default qos to shared/bap
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=5204f17cb9d3
  - [BlueZ,4/6] shared/bap: Add APIs to convert iso_qos to bap_qos
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=6a03579d170e
  - [BlueZ,5/6] bap: Remove interface
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8850bad1e027
  - [BlueZ,6/6] bass: Free stream path
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=debc77530f24

You are awesome, thank you!