Re: [Qemu-devel] [PATCH 08/11] Do not use pa_simple PulseAudio API

2012-03-12 Thread malc
On Mon, 12 Mar 2012, Marc-Andr? Lureau wrote: > Unfortunately, pa_simple is a limited API which doesn't let us > retrieve the associated pa_stream. It is needed to control the volume > of the stream. > --- > audio/paaudio.c | 356 > +-- > 1 fi

[Qemu-devel] [PATCH 08/11] Do not use pa_simple PulseAudio API

2012-03-12 Thread Marc-André Lureau
Unfortunately, pa_simple is a limited API which doesn't let us retrieve the associated pa_stream. It is needed to control the volume of the stream. --- audio/paaudio.c | 356 +-- 1 files changed, 318 insertions(+), 38 deletions(-) diff --git a/

[Qemu-devel] [PATCH 08/11] Do not use pa_simple PulseAudio API

2012-03-01 Thread Marc-André Lureau
Unfortunately, pa_simple is a limited API which doesn't let us retrieve the associated pa_stream. It is needed to control the volume of the stream. --- audio/paaudio.c | 356 +-- 1 files changed, 318 insertions(+), 38 deletions(-) diff --git a/