mbox series

[0/4] Misc. audio patches

Message ID b461d71c-a062-b85d-378d-53c0b5857b52@t-online.de (mailing list archive)
Headers show
Series Misc. audio patches | expand

Message

Volker Rümelin May 17, 2021, 7:45 p.m. UTC
A small collection of patches for the audio subsystem.

It took me one evening to get a working audio system with JACK.
I never associated the in-(NULL) and out-(NULL) devices in the
patch bay with qemu.

With best regards,
Volker

Volker Rümelin (4):
   alsaaudio: remove #ifdef DEBUG to avoid bit rot
   paaudio: remove unused stream flags
   audio: move code to audio/audio.c
   jackaudio: avoid that the client name contains the word (NULL)

  audio/alsaaudio.c | 10 ++++------
  audio/audio.c     |  9 +++++++++
  audio/audio_int.h |  2 ++
  audio/jackaudio.c |  3 +--
  audio/paaudio.c   | 10 ++--------
  5 files changed, 18 insertions(+), 16 deletions(-)

Comments

Gerd Hoffmann May 18, 2021, 10:21 a.m. UTC | #1
On Mon, May 17, 2021 at 09:45:04PM +0200, Volker Rümelin wrote:
> A small collection of patches for the audio subsystem.
> 
> It took me one evening to get a working audio system with JACK.
> I never associated the in-(NULL) and out-(NULL) devices in the
> patch bay with qemu.

Added all to audio queue.

thanks,
  Gerd