Searched refs:audio_dev (Results 1 – 1 of 1) sorted by relevance
369 static SDL_AudioDeviceID audio_dev; variable1217 SDL_CloseAudioDevice(audio_dev); in stream_component_close()2529 …while (!(audio_dev = SDL_OpenAudioDevice(NULL, 0, &wanted_spec, &spec, SDL_AUDIO_ALLOW_FREQUENCY_C… in audio_open()2691 SDL_PauseAudioDevice(audio_dev, 0); in stream_component_open()