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

2020-04-29 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200429072435.f13e23c0...@aeryn.lan.ktmba/ Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20200429072435.f13e23c0...@aeryn.lan.ktmba Subject: [PATCH v2] audio/jack: add JACK client audiodev

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

2020-04-29 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 | 583 +