Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dcontrol.h733 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
734 static __inline__ int snd_hctl_abort(snd_hctl_t *hctl) { return snd_hctl_nonblock(hctl, 2); } in snd_hctl_abort()
/third_party/alsa-lib/src/control/
Dhcontrol.c142 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock) in snd_hctl_nonblock() function
/third_party/alsa-lib/src/mixer/
Dmixer.c231 err = snd_hctl_nonblock(hctl, 1); in snd_mixer_attach_hctl()