Home | History | Annotate | Download | only in mint

Lines Matching refs:DEBUG_PRINT

52 #define DEBUG_PRINT(what) \
57 #define DEBUG_PRINT(what)
83 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
99 DEBUG_PRINT((DEBUG_NAME "no 8 bits sound\n"));
106 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
113 DEBUG_PRINT((DEBUG_NAME "8 bits audio available!\n"));
187 DEBUG_PRINT((DEBUG_NAME "closeaudio: replay stopped\n"));
192 DEBUG_PRINT((DEBUG_NAME "closeaudio: interrupt disabled\n"));
198 DEBUG_PRINT((DEBUG_NAME "closeaudio: no more interrupt running\n"));
206 DEBUG_PRINT((DEBUG_NAME "closeaudio: buffers freed\n"));
214 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
215 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
216 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
217 DEBUG_PRINT(("channels=%d, ", spec->channels));
218 DEBUG_PRINT(("freq=%d\n", spec->freq));
257 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n",
267 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff));
268 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0)));
269 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0)));
270 DEBUG_PRINT(("channels=%d, ", spec->channels));
271 DEBUG_PRINT(("freq=%d\n", spec->freq));
317 DEBUG_PRINT((DEBUG_NAME "Setinterrupt() failed\n"));
339 DEBUG_PRINT((DEBUG_NAME "buffer size=%d\n", spec->size));
352 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0]));
353 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1]));