# HG changeset patch # User Sam Lantinga # Date 1141449183 0 # Node ID af30090c0330aba1c74bce955ea7309ba1be172a # Parent 0394f8ebc42ddddab9bbd67fb5336b220d145c64 *** empty log message *** diff -r 0394f8ebc42d -r af30090c0330 src/audio/sun/SDL_sunaudio.c --- a/src/audio/sun/SDL_sunaudio.c Fri Mar 03 04:43:42 2006 +0000 +++ b/src/audio/sun/SDL_sunaudio.c Sat Mar 04 05:13:03 2006 +0000 @@ -54,6 +54,8 @@ static Uint8 *DSP_GetAudioBuf(_THIS); static void DSP_CloseAudio(_THIS); +static Uint8 snd2au(int sample); + /* Audio driver bootstrap functions */ static int Audio_Available(void) @@ -157,7 +159,6 @@ #endif } -static Uint8 snd2au(int sample); void DSP_PlayAudio(_THIS) { /* Write the audio data */