Just resending as a reminder, thanks. Marc-André Lureau (10): audio: add VOICE_VOLUME ctl audio: don't apply volume effect if backend has VOICE_VOLUME_CAP hw/ac97: remove USE_MIXER code hw/ac97: the volume mask is not only 0x1f hw/ac97: add support for volume control audio/spice: add support for volume control Do not use pa_simple PulseAudio API configure: pa_simple is not needed anymore Allow controlling volume with PulseAudio backend Enable mixemu by default, add runtime option
audio/audio.c | 29 ++- audio/audio_int.h | 6 + audio/audio_template.h | 2 + audio/mixeng.c | 6 - audio/paaudio.c | 476 +++++++++++++++++++++++++++++++++++++++++++----- audio/spiceaudio.c | 41 +++++ configure | 14 +- hw/ac97.c | 139 +++++--------- hw/hda-audio.c | 4 - 9 files changed, 561 insertions(+), 156 deletions(-) -- 1.7.10