comparison src/audio/mint/SDL_mintaudio_mcsn.c @ 4177:04a75cf3ff1c SDL-1.2

Disable debug code
author Patrice Mandin <patmandin@gmail.com>
date Mon, 27 Apr 2009 10:33:21 +0000
parents a1b03ba2fcd0
children
comparison
equal deleted inserted replaced
4176:d19539d96198 4177:04a75cf3ff1c
270 spec->channels=2; /* 16 bits always stereo */ 270 spec->channels=2; /* 16 bits always stereo */
271 } 271 }
272 break; 272 break;
273 } 273 }
274 274
275 #if 1 275 #if 0
276 for (i=0; i<MINTAUDIO_freqcount; i++) { 276 for (i=0; i<MINTAUDIO_freqcount; i++) {
277 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 277 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n",
278 i, MINTAUDIO_frequencies[i].frequency, MINTAUDIO_frequencies[i].masterclock, 278 i, MINTAUDIO_frequencies[i].frequency, MINTAUDIO_frequencies[i].masterclock,
279 MINTAUDIO_frequencies[i].predivisor 279 MINTAUDIO_frequencies[i].predivisor
280 )); 280 ));