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>
Please register or sign in to comment