Re: [Qemu-devel] [PATCH 16/25] paaudio: properly disconnect streams in fini_*

2015-08-20 Thread Marc-André Lureau
Reviewed-by: Marc-André Lureau On Thu, Aug 6, 2015 at 8:28 PM, Kővágó, Zoltán wrote: > Currently this needs a workaround due to bug #74624 in pulseaudio. > > Signed-off-by: Kővágó, Zoltán > --- > audio/paaudio.c | 23 +-- > 1 file changed, 21 insertions(+), 2 deletions(-) >

[Qemu-devel] [PATCH 16/25] paaudio: properly disconnect streams in fini_*

2015-08-06 Thread Kővágó, Zoltán
Currently this needs a workaround due to bug #74624 in pulseaudio. Signed-off-by: Kővágó, Zoltán --- audio/paaudio.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/audio/paaudio.c b/audio/paaudio.c index e3b8207..2aee22f 100644 --- a/audio/paaudio.c