Re: [Qemu-devel] [PATCH 0/3] Fixes for PulseAudio driver

2019-03-14 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190314133858.37970-1-mar...@schrodt.org/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20190314133858.37970-1-mar...@schrodt.org Subject: [Qemu-devel] [PATCH 0/3] Fixes for

[Qemu-devel] [PATCH 0/3] Fixes for PulseAudio driver

2019-03-14 Thread Martin Schrodt
This series scratches small itches with the pa audio driver. First patch is probably a bug introduced in last weeks -audiodev merge. The configured buffer length was ignored by the code, and a constant value was used instead. Second patch makes the latency configurable: The 10ms constant value di