Add audio driver (host backend) registry. Add audio module support. Enable module builds for alsa, oss, pulse and sdl.
Gerd Hoffmann (7): audio: add driver registry audio: add module loading support build: enable audio modules audio/alsa: build as module audio/oss: build as module audio/pulseaudio: build as module audio/sdl: build as module configure | 7 ++++- Makefile | 4 +++ Makefile.objs | 1 + audio/audio_int.h | 14 ++++----- include/qemu/module.h | 1 + audio/alsaaudio.c | 8 ++++- audio/audio.c | 83 +++++++++++++++++++++++++++++++++++---------------- audio/coreaudio.c | 8 ++++- audio/dsoundaudio.c | 8 ++++- audio/noaudio.c | 8 ++++- audio/ossaudio.c | 8 ++++- audio/paaudio.c | 8 ++++- audio/sdlaudio.c | 8 ++++- audio/spiceaudio.c | 8 ++++- audio/wavaudio.c | 8 ++++- audio/Makefile.objs | 30 +++++++++++++------ scripts/create_config | 2 +- 17 files changed, 159 insertions(+), 55 deletions(-) -- 2.9.3