[PATCH 0/4] Misc. audio patches

Volker Rümelin posted 4 patches 2 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/b461d71c-a062-b85d-378d-53c0b5857b52@t-online.de
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(-)
[PATCH 0/4] Misc. audio patches
Posted by Volker Rümelin 2 years, 11 months ago
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(-)

-- 
2.26.2


Re: [PATCH 0/4] Misc. audio patches
Posted by Gerd Hoffmann 2 years, 11 months ago
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