Hi, I've updated my mixeng-free patches. This time it's only documentation fixes in the first patch, otherwise it's identical to v5.
Regards, Zoltan Kővágó, Zoltán (10): audio: add mixing-engine option (documentation) audio: make mixeng optional paaudio: get/put_buffer functions audio: support more than two channels in volume setting audio: replace shift in audio_pcm_info with bytes_per_frame audio: basic support for multichannel audio usb-audio: do not count on avail bytes actually available usb-audio: support more than two channels of audio usbaudio: change playback counters to 64 bit paaudio: fix channel order for usb-audio 5.1 and 7.1 streams audio/alsaaudio.c | 18 +- audio/audio.c | 176 ++++++++++----- audio/audio.h | 10 + audio/audio_int.h | 7 +- audio/audio_template.h | 24 ++- audio/coreaudio.c | 4 +- audio/dsound_template.h | 10 +- audio/dsoundaudio.c | 4 +- audio/noaudio.c | 2 +- audio/ossaudio.c | 14 +- audio/paaudio.c | 153 ++++++++++++-- audio/spiceaudio.c | 17 +- audio/wavaudio.c | 6 +- hw/usb/dev-audio.c | 459 ++++++++++++++++++++++++++++++++++------ qapi/audio.json | 6 + qemu-options.hx | 15 ++ 16 files changed, 740 insertions(+), 185 deletions(-) -- 2.23.0
