diff -r 0d344873cd93 -r 6fa358b97f4b src/audio/SDL_sysaudio.h --- a/src/audio/SDL_sysaudio.h Tue Aug 02 13:38:56 2016 -0400 +++ b/src/audio/SDL_sysaudio.h Tue Aug 02 13:48:52 2016 -0400 @@ -158,10 +158,10 @@ /* Current state flags */ SDL_atomic_t shutdown; /* true if we are signaling the play thread to end. */ + SDL_atomic_t enabled; /* true if device is functioning and connected. */ + SDL_atomic_t paused; + SDL_bool opened; SDL_bool iscapture; - SDL_bool enabled; /* true if device is functioning and connected. */ - SDL_bool paused; - SDL_bool opened; /* Fake audio buffer for when the audio hardware is busy */ Uint8 *fake_stream;