Re: [PATCH v9] audio/jack: add JACK client audiodev

2020-05-20 Thread Gerd Hoffmann
On Wed, Apr 29, 2020 at 03:53:58PM +1000, Geoffrey McRae wrote: > This commit adds a new audiodev backend to allow QEMU to use JACK as > both an audio sink and source. No comments from the QOM folks. I'll take that as "no objections". Backend code looks sane too. Added to audio patch queue. tha

[PATCH v9] audio/jack: add JACK client audiodev

2020-05-12 Thread Geoffrey McRae
This commit adds a new audiodev backend to allow QEMU to use JACK as both an audio sink and source. Signed-off-by: Geoffrey McRae --- audio/Makefile.objs| 5 + audio/audio.c | 1 + audio/audio_template.h | 2 + audio/jackaudio.c | 667 +