Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dhcontrol.c675 int snd_hctl_wait(snd_hctl_t *hctl, int timeout) in snd_hctl_wait() function
/third_party/alsa-lib/include/
Dcontrol.h750 int snd_hctl_wait(snd_hctl_t *hctl, int timeout);
/third_party/alsa-utils/amixer/
Damixer.c1604 int res = snd_hctl_wait(handle, -1); in events()