Home
last modified time | relevance | path

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

/external/qemu/audio/
Dfmodaudio.c312 static int aud_to_fmodfmt (audfmt_e fmt, int stereo) in aud_to_fmodfmt() function
364 mode = aud_to_fmodfmt (as->fmt, as->nchannels == 2 ? 1 : 0); in fmod_init_out()
430 mode = aud_to_fmodfmt (as->fmt, as->nchannels == 2 ? 1 : 0); in fmod_init_in()