comparison src/audio/mint/SDL_mintaudio_stfa.c @ 1107:856f76a099c7

Can use both clocks of FDI interface on Falcon, plus digital output
author Patrice Mandin <patmandin@gmail.com>
date Sun, 07 Aug 2005 12:17:28 +0000
parents 176240cf4405
children 3692456e7b0f
comparison
equal deleted inserted replaced
1106:524fd51f5d2c 1107:856f76a099c7
211 DEBUG_PRINT(("freq=%d\n", spec->freq)); 211 DEBUG_PRINT(("freq=%d\n", spec->freq));
212 212
213 /* Check formats available */ 213 /* Check formats available */
214 MINTAUDIO_freqcount=0; 214 MINTAUDIO_freqcount=0;
215 for (i=0;i<16;i++) { 215 for (i=0;i<16;i++) {
216 SDL_MintAudio_AddFrequency(this, freqs[i], 0, i); 216 SDL_MintAudio_AddFrequency(this, freqs[i], 0, i, -1);
217 } 217 }
218 218
219 #if 1 219 #if 1
220 for (i=0; i<MINTAUDIO_freqcount; i++) { 220 for (i=0; i<MINTAUDIO_freqcount; i++) {
221 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n", 221 DEBUG_PRINT((DEBUG_NAME "freq %d: %lu Hz, clock %lu, prediv %d\n",