Re: [Qemu-devel] [PATCH] noaudio: fix return value for read()

2010-12-10 Thread malc
On Thu, 9 Dec 2010, Michael Walle wrote: > Read should return bytes instead of samples. Thanks, applied. [..snip..] -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH] noaudio: fix return value for read()

2010-12-09 Thread Michael Walle
Read should return bytes instead of samples. Signed-off-by: Michael Walle --- audio/noaudio.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/audio/noaudio.c b/audio/noaudio.c index 4925234..8015858 100644 --- a/audio/noaudio.c +++ b/audio/noaudio.c @@ -121,7 +121,7 @@