Home
last modified time | relevance | path

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

/qemu/audio/
H A Dalsaaudio.c120 static void alsa_anal_close1 (snd_pcm_t **handlep) in alsa_anal_close1() argument
122 int err = snd_pcm_close (*handlep); in alsa_anal_close1()
124 alsa_logerr (err, "Failed to close PCM handle %p\n", *handlep); in alsa_anal_close1()
126 *handlep = NULL; in alsa_anal_close1()
129 static void alsa_anal_close (snd_pcm_t **handlep, struct pollhlp *hlp) in alsa_anal_close() argument
132 alsa_anal_close1 (handlep); in alsa_anal_close()
439 struct alsa_params_obt *obt, snd_pcm_t **handlep, in alsa_open() argument
586 *handlep = handle; in alsa_open()