Re: [PATCH 00/23] next round of audio patches

2021-01-14 Thread Gerd Hoffmann
On Sun, Jan 10, 2021 at 11:01:29AM +0100, Volker Rümelin wrote: > A mix of bug fixes and improvements. > > Patches 01/23 - 11/23 have a few SDL fixes and add audio recording > functions to the SDL audio backend. > > Patch 12/23 removes unnecessary code from audio/audio.c. > > Patches 13/23 - 16

Re: [PATCH 00/23] next round of audio patches

2021-01-10 Thread Volker Rümelin
e-14769511a...@t-online.de > Subject: [PATCH 00/23] next round of audio patches > > === TEST SCRIPT BEGIN === > #!/bin/bash > git rev-parse base > /dev/null || exit 0 > git config --local diff.renamelimit 0 > git config --local diff.renames True > git config --local dif

Re: [PATCH 00/23] next round of audio patches

2021-01-10 Thread no-reply
Patchew URL: https://patchew.org/QEMU/9315afe5-5958-c0b4-ea1e-14769511a...@t-online.de/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 9315afe5-5958-c0b4-ea1e-14769511a...@t-online.de Subject: [PATCH 00/23] next round

[PATCH 00/23] next round of audio patches

2021-01-10 Thread Volker Rümelin
A mix of bug fixes and improvements. Patches 01/23 - 11/23 have a few SDL fixes and add audio recording functions to the SDL audio backend. Patch 12/23 removes unnecessary code from audio/audio.c. Patches 13/23 - 16/23 fix a few PulseAudio backend bugs. Patch 17/23 shows a PulseAudio backend bu