Hello, This is the v3 of my audio patches. audiodev argument of wavcapture hmp is now mandatory.
Regards, Zoltan Kővágó, Zoltán (14): audio: reduce glob_audio_state usage audio: basic support for multi backend audio audio: add audiodev property to vnc and wav_capture audio: add audiodev properties to frontends paaudio: prepare for multiple audiodev audio: audiodev= parameters no longer optional when -audiodev present paaudio: do not move stream when sink/source name is specified paaudio: properly disconnect streams in fini_* audio: remove audio_MIN, audio_MAX audio: do not run each backend in audio_run paaudio: fix playback glitches audio: remove read and write pcm_ops audio: use size_t where makes sense audio: fix memory leak reported by ASAN audio/audio.h | 36 +-- audio/audio_int.h | 43 ++-- audio/audio_template.h | 62 +++-- audio/mixeng.h | 9 +- audio/rate_template.h | 2 +- include/hw/qdev-properties.h | 3 + include/sysemu/replay.h | 4 +- ui/vnc.h | 2 + audio/alsaaudio.c | 49 ++-- audio/audio.c | 345 ++++++++++++++----------- audio/coreaudio.c | 18 +- audio/dsoundaudio.c | 25 +- audio/noaudio.c | 39 +-- audio/ossaudio.c | 75 +++--- audio/paaudio.c | 421 ++++++++++++++++++------------- audio/sdlaudio.c | 30 +-- audio/spiceaudio.c | 34 +-- audio/wavaudio.c | 18 +- audio/wavcapture.c | 6 +- hw/audio/ac97.c | 11 +- hw/audio/adlib.c | 5 +- hw/audio/cs4231a.c | 5 +- hw/audio/es1370.c | 13 +- hw/audio/gus.c | 7 +- hw/audio/hda-codec.c | 17 +- hw/audio/milkymist-ac97.c | 14 +- hw/audio/pcspk.c | 3 +- hw/audio/pl041.c | 1 + hw/audio/sb16.c | 3 +- hw/audio/wm8750.c | 10 +- hw/core/qdev-properties-system.c | 57 +++++ hw/usb/dev-audio.c | 1 + monitor/misc.c | 22 +- replay/replay-audio.c | 16 +- replay/replay.c | 2 +- ui/vnc.c | 15 +- hmp-commands.hx | 11 +- qemu-options.hx | 6 + 38 files changed, 788 insertions(+), 652 deletions(-) -- 2.22.0