Searched refs:snd_hctl_nonblock (Results 1 – 3 of 3) sorted by relevance
733 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()
142 int snd_hctl_nonblock(snd_hctl_t *hctl, int nonblock) in snd_hctl_nonblock() function
231 err = snd_hctl_nonblock(hctl, 1); in snd_mixer_attach_hctl()