Home
last modified time | relevance | path

Searched refs:snd_ctl_read (Results 1 - 9 of 9) sorted by relevance

/third_party/alsa-utils/alsactl/
H A Dmonitor.c207 err = snd_ctl_read(ctl, event); in print_event()
H A Ddaemon.c249 while (snd_ctl_read(card->handle, ev) == 1) { in card_events()
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c424 err = snd_ctl_read(trial->handle, event); in check_event()
/third_party/alsa-lib/src/control/
H A Dhcontrol.c787 while ((res = snd_ctl_read(hctl->ctl, &event)) != 0 && in snd_hctl_handle_events()
H A Dcontrol_remap.c857 err = snd_ctl_read(priv->child, event); in snd_ctl_remap_read()
H A Dcontrol.c362 * \brief Ask to be informed about events (poll, #snd_async_add_ctl_handler, #snd_ctl_read)
1345 int snd_ctl_read(snd_ctl_t *ctl, snd_ctl_event_t *event) in snd_ctl_read() function
/third_party/alsa-lib/include/
H A Dcontrol.h425 int snd_ctl_read(snd_ctl_t *ctl, snd_ctl_event_t *event);
/third_party/alsa-lib/aserver/
H A Daserver.c704 ctrl->result = snd_ctl_read(ctl, &ctrl->u.read); in ctl_shm_cmd()
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c1804 while ((err = snd_ctl_read(lhandle->ctl, ev)) != 0 && err != -EAGAIN) { in handle_ctl_events()

Completed in 15 milliseconds