qemu-e2k/audio
Andreas Färber 744d364418 coreaudio: Fix OSStatus format specifier
OSStatus type is defined as SInt32. That's signed int on __LP64__ and
signed long otherwise.
Since it is an explicit 32-bit-width type, cast to corresponsing POSIX type
and use PRId32 format specifier. This avoids a warning on ppc64.

Cc: malc <av1474@comtv.ru>
Signed-off-by: Andreas Faerber <andreas.faerber@web.de>
Signed-off-by: malc <av1474@comtv.ru>
2011-06-23 18:56:58 +04:00
..
alsaaudio.c audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
audio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
audio.h Use GCC_FMT_ATTR (format checking) 2010-10-03 06:34:51 +00:00
audio_int.h audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
audio_pt_int.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
audio_pt_int.h
audio_template.h audio: Fix memory size for resampling buffer in DAC case 2010-09-28 08:56:59 +04:00
audio_win_int.c
audio_win_int.h
coreaudio.c coreaudio: Fix OSStatus format specifier 2011-06-23 18:56:58 +04:00
dsound_template.h
dsoundaudio.c audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
esdaudio.c audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
fmodaudio.c audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
mixeng.c audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
mixeng.h audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
mixeng_template.h audio: fix integer overflow expression 2011-06-01 00:14:07 +04:00
noaudio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
ossaudio.c audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00
paaudio.c pulseaudio: tweak config 2011-01-25 19:56:53 +03:00
rate_template.h
sdlaudio.c Fix compilation warning due to missing header for sigaction (followup) 2011-06-08 09:04:29 +01:00
spiceaudio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
wavaudio.c change all other clock references to use nanosecond resolution accessors 2011-03-21 09:23:23 +01:00
wavcapture.c
winwaveaudio.c audio: split sample conversion and volume mixing 2011-01-12 18:36:22 +03:00