mbox series

[BlueZ,v3,0/4] test-runner: Add support for audio daemons

Message ID 20220610163820.79105-1-frederic.danis@collabora.com
Headers show
Series test-runner: Add support for audio daemons | expand

Message

Frédéric Danis June 10, 2022, 4:38 p.m. UTC
Those patches add DBus session and an audio card so it should be possible
to start an audio daemon like PipeWire in the VM.

Frédéric Danis (4):
  test-runner: Add DBus session support
  doc/test-runner: Add audio config options
  test-runner: Add audio card support
  test-runner: Add udevd and trigger events

 doc/test-runner.txt |   5 ++
 tools/test-runner.c | 197 +++++++++++++++++++++++++++++++++++++++++---
 2 files changed, 189 insertions(+), 13 deletions(-)

Since v2:
- move doc/test-runner changes to its own patch
- replace AUDIO_SUPPORT by TESTAUDIO to be consistent with the other
  parameters
Since v1:
- Fix checkpatch errors

Comments

patchwork-bot+bluetooth@kernel.org June 13, 2022, 6:10 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, 10 Jun 2022 18:38:16 +0200 you wrote:
> Those patches add DBus session and an audio card so it should be possible
> to start an audio daemon like PipeWire in the VM.
> 
> Frédéric Danis (4):
>   test-runner: Add DBus session support
>   doc/test-runner: Add audio config options
>   test-runner: Add audio card support
>   test-runner: Add udevd and trigger events
> 
> [...]

Here is the summary with links:
  - [BlueZ,v3,1/4] test-runner: Add DBus session support
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=a7e2f05e029b
  - [BlueZ,v3,2/4] doc/test-runner: Add audio config options
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=096599c1ae85
  - [BlueZ,v3,3/4] test-runner: Add audio card support
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=e20e7e0b05c7
  - [BlueZ,v3,4/4] test-runner: Add udevd and trigger events
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=91a48af52efb

You are awesome, thank you!