Re: [Qemu-devel] [PATCH] noaudio: correctly account acquired samples

2011-01-03 Thread malc
On Tue, 4 Jan 2011, Michael Walle wrote: > This will fix the return value of the function which otherwise returns too > many samples because sw->total_hw_samples_acquired isn't correctly > accounted. > Applied, thanks. -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH] noaudio: correctly account acquired samples

2011-01-03 Thread Michael Walle
This will fix the return value of the function which otherwise returns too many samples because sw->total_hw_samples_acquired isn't correctly accounted. Signed-off-by: Michael Walle --- audio/noaudio.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/audio/noaudio.c b/a