Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
*** empty log message ***
  • Loading branch information
slouken committed Mar 4, 2006
1 parent c88c4b0 commit 5fed3fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/audio/sun/SDL_sunaudio.c
Expand Up @@ -54,6 +54,8 @@ static void DSP_PlayAudio(_THIS);
static Uint8 *DSP_GetAudioBuf(_THIS);
static void DSP_CloseAudio(_THIS);

static Uint8 snd2au(int sample);

/* Audio driver bootstrap functions */

static int Audio_Available(void)
Expand Down Expand Up @@ -157,7 +159,6 @@ void DSP_WaitAudio(_THIS)
#endif
}

static Uint8 snd2au(int sample);
void DSP_PlayAudio(_THIS)
{
/* Write the audio data */
Expand Down

0 comments on commit 5fed3fe

Please sign in to comment.