Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dcontrol.h737 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock);
738 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/
H A Dhcontrol.c142 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock) in snd_hctl_nonblock() function
/third_party/alsa-lib/src/mixer/
H A Dmixer.c243 err = snd_hctl_nonblock(hctl, 1); in snd_mixer_attach_hctl()

Completed in 4 milliseconds