Mercurial > sdl-ios-xcode
diff src/audio/mint/SDL_mintaudio.h @ 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 | 39b5606fa543 |
children | 12c49532be00 |
line wrap: on
line diff
--- a/src/audio/mint/SDL_mintaudio.h Fri Jul 29 10:59:49 2005 +0000 +++ b/src/audio/mint/SDL_mintaudio.h Sun Aug 07 12:17:28 2005 +0000 @@ -42,6 +42,7 @@ Uint32 frequency; Uint32 masterclock; Uint32 predivisor; + int gpio_bits; /* in case of external clock */ } mint_frequency_t; struct SDL_PrivateAudioData { @@ -124,7 +125,8 @@ /* Functions */ void SDL_MintAudio_Callback(void); -void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, Uint32 prediv); +void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock, + Uint32 prediv, int gpio_bits); int SDL_MintAudio_SearchFrequency(_THIS, int desired_freq); /* ASM interrupt functions */