Re: [Qemu-devel] [PATCH] noaudio: fix return value for read()
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()
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 @@