mbox series

[v3,0/2] Add code to support dynamically generated BASE

Message ID 20240114224104.37716-1-silviu.barbulescu@nxp.com (mailing list archive)
Headers show
Series Add code to support dynamically generated BASE | expand

Message

Silviu Florian Barbulescu Jan. 14, 2024, 10:41 p.m. UTC
Added code that will be used to generate the BASE dynamically in Bluez.
This code will help when will remove the base_lc3_16_2_1 from player.c
so we can use the preset from the endpoint.config command.

Added fix for ScanBuild error: Dereference of null pointer

Silviu Florian Barbulescu (2):
  shared/bap: Fix ScanBuild error: Dereference of null pointer
  shared/bap: Add code to support dynamically generated BASE from
    presets

 src/shared/bap.c | 494 ++++++++++++++++++++++++++++++++++++++++++++++-
 src/shared/bap.h |   2 +
 2 files changed, 495 insertions(+), 1 deletion(-)


base-commit: 770ad5614e7e8074133e6f563495ce4822f63fe4

Comments

patchwork-bot+bluetooth@kernel.org Jan. 16, 2024, 5:20 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 Mon, 15 Jan 2024 00:41:02 +0200 you wrote:
> Added code that will be used to generate the BASE dynamically in Bluez.
> This code will help when will remove the base_lc3_16_2_1 from player.c
> so we can use the preset from the endpoint.config command.
> 
> Added fix for ScanBuild error: Dereference of null pointer
> 
> Silviu Florian Barbulescu (2):
>   shared/bap: Fix ScanBuild error: Dereference of null pointer
>   shared/bap: Add code to support dynamically generated BASE from
>     presets
> 
> [...]

Here is the summary with links:
  - [v3,1/2] shared/bap: Fix dereference of null pointer
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=2a3e935f3f65
  - [v3,2/2] shared/bap: Code for dynamically generated BASE
    (no matching commit)

You are awesome, thank you!