HomeSort by relevance Sort by last modified time
    Searched refs:snd_ctl_read (Results 1 - 4 of 4) sorted by null

  /device/samsung/crespo/alsa-lib/include/
control.h 262 int snd_ctl_read(snd_ctl_t *ctl, snd_ctl_event_t *event);
  /device/samsung/crespo/alsa-lib/src/control/
hcontrol.c 786 while ((res = snd_ctl_read(hctl->ctl, &event)) != 0 &&
control.c 214 * \brief Ask to be informed about events (poll, #snd_ctl_async, #snd_ctl_read)
662 int snd_ctl_read(snd_ctl_t *ctl, snd_ctl_event_t *event) function
    [all...]
  /device/samsung/crespo/alsa-lib/aserver/
aserver.c 699 ctrl->result = snd_ctl_read(ctl, &ctrl->u.read);

Completed in 14 milliseconds