Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/audio/drivers/
H A Dalsathread.c30 #define TRY_ALSA(x) if (x < 0) \ macro
175 TRY_ALSA(snd_pcm_hw_params_malloc(&params)); in alsa_thread_init()
176 TRY_ALSA(snd_pcm_hw_params_any(alsa->pcm, params)); in alsa_thread_init()
181 TRY_ALSA(snd_pcm_hw_params_set_access( in alsa_thread_init()
187 TRY_ALSA(snd_pcm_hw_params_set_buffer_time_near( in alsa_thread_init()
189 TRY_ALSA(snd_pcm_hw_params_set_periods_near( in alsa_thread_init()
192 TRY_ALSA(snd_pcm_hw_params(alsa->pcm, params)); in alsa_thread_init()
207 TRY_ALSA(snd_pcm_sw_params_malloc(&sw_params)); in alsa_thread_init()
208 TRY_ALSA(snd_pcm_sw_params_current(alsa->pcm, sw_params)); in alsa_thread_init()
209 TRY_ALSA(snd_pcm_sw_params_set_start_threshold( in alsa_thread_init()
[all …]
/dports/audio/bristol/bristol-0.60.10/
H A Dconfigure.ac227 TRY_ALSA=$enableval , TRY_ALSA=yes )
232 if test "x$TRY_ALSA" = "xyes" -a "x$alsa_found" = "xtrue";
395 if test $HAVE_ALSA = "false" && test $TRY_ALSA = "yes" ; then
H A Dconfigure11645 enableval=$enable_alsa; TRY_ALSA=$enableval
11647 TRY_ALSA=yes
11661 if test "x$TRY_ALSA" = "xyes" -a "x$alsa_found" = "xtrue";
14533 if test $HAVE_ALSA = "false" && test $TRY_ALSA = "yes" ; then