[Qemu-devel] [PATCH 01/10] audio: add VOICE_VOLUME ctl

2012-04-17 Thread Marc-André Lureau
Add a new PCM control operation to update the stream volume on the audio backend. The argument given is a SWVoiceOut/SWVoiceIn. v4: - verified other backends didn't fail/assert on this new control they randomly return 0 or -1, but we ignore return value. Signed-off-by: Marc-André Lureau ---

[Qemu-devel] [PATCH 01/10] audio: add VOICE_VOLUME ctl

2012-03-22 Thread Marc-André Lureau
Add a new PCM control operation to update the stream volume on the audio backend. The argument given is a SWVoiceOut/SWVoiceIn. v4: - verified other backends didn't fail/assert on this new control they randomly return 0 or -1, but we ignore return value. Signed-off-by: Marc-André Lureau ---