OSDN Git Service

audio: replace fprintf(stderr, ...) with error_report() in audio
authorLe Tan <tamlokveer@gmail.com>
Fri, 9 May 2014 23:55:20 +0000 (07:55 +0800)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 26 May 2014 06:41:21 +0000 (10:41 +0400)
commit69e995040c3dc31274c8fd2732391192272ec465
tree16f716d5dee2ddb276430815574a638adeefc547
parentd09b8fa161ed6a61339d4d0870f76f13c033b2a3
audio: replace fprintf(stderr, ...) with error_report() in audio

Replace fprintf(stderr,...) with error_report() in files audio/*.
The trailing "\n"s of the @fmt argument have been removed
because @fmt of error_report() should not contain newline.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
audio/spiceaudio.c
audio/wavcapture.c