Home | History | Annotate | Download | only in mint

Lines Matching refs:DEBUG_NAME

50 #define DEBUG_NAME "audio:gsxb: "
87 DEBUG_PRINT((DEBUG_NAME "user asked a different audio driver\n"));
98 DEBUG_PRINT((DEBUG_NAME "no 16 bits sound\n"));
107 DEBUG_PRINT((DEBUG_NAME "no GSXB audio\n"));
113 DEBUG_PRINT((DEBUG_NAME "audio locked by other application\n"));
119 DEBUG_PRINT((DEBUG_NAME "GSXB audio available!\n"));
183 DEBUG_PRINT((DEBUG_NAME "NSetinterrupt() failed in close\n"));
211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff));
301 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n",
311 DEBUG_PRINT((DEBUG_NAME "obtained: %d bits, ",spec->format & 0x00ff));
353 DEBUG_PRINT((DEBUG_NAME "Setmode() failed\n"));
362 DEBUG_PRINT((DEBUG_NAME "Setbuffer() failed\n"));
367 DEBUG_PRINT((DEBUG_NAME "NSetinterrupt() failed\n"));
372 DEBUG_PRINT((DEBUG_NAME "hardware initialized\n"));
393 DEBUG_PRINT((DEBUG_NAME "buffer size=%d\n", spec->size));
406 DEBUG_PRINT((DEBUG_NAME "buffer 0 at 0x%08x\n", SDL_MintAudio_audiobuf[0]));
407 DEBUG_PRINT((DEBUG_NAME "buffer 1 at 0x%08x\n", SDL_MintAudio_audiobuf[1]));