Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/audio/alsa/
DSDL_alsa_audio.c172 static const char *get_audio_device(int channels) in get_audio_device() function
197 …status = SDL_NAME(snd_pcm_open)(&handle, get_audio_device(2), SND_PCM_STREAM_PLAYBACK, SND_PCM_NON… in Audio_Available()
381 …status = SDL_NAME(snd_pcm_open)(&pcm_handle, get_audio_device(spec->channels), SND_PCM_STREAM_PLAY… in ALSA_OpenAudio()