Searched defs:handlep (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dalsaaudio.c153 static void alsa_anal_close (snd_pcm_t **handlep) argument
155 int err = snd_pcm_close (*handlep);
158 (void *) *handlep);
160 *handlep = NULL;
306 struct alsa_params_obt *obt, snd_pcm_t **handlep)
636 *handlep = handle;
305 alsa_open(int in, struct alsa_params_req *req, struct alsa_params_obt *obt, snd_pcm_t **handlep) argument

Completed in 94 milliseconds