Home
last modified time | relevance | path

Searched refs:alSetChannels (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/dmedia/
DSDL_irixaudio.c41 #define alSetChannels(x,y) ALsetchannels(x,y) macro
190 if (alSetChannels(audio_config, spec->channels) < 0) { in AL_OpenAudio()
199 (alSetChannels(audio_config, spec->channels) >= 0)) { in AL_OpenAudio()
207 alSetChannels(audio_config, spec->channels); in AL_OpenAudio()