Lines Matching defs:dir
320 static int _snd_hctl_find_elem(snd_hctl_t *hctl, const snd_ctl_elem_id_t *id, int *dir)
342 *dir = c;
348 int dir;
365 idx = _snd_hctl_find_elem(hctl, &elem->id, &dir);
366 assert(dir != 0);
367 if (dir > 0) {
553 int dir;
554 int res = _snd_hctl_find_elem(hctl, id, &dir);
555 if (res < 0 || dir != 0)
743 int dir;
744 res = _snd_hctl_find_elem(hctl, &event->data.elem.id, &dir);
745 if (res < 0 || dir != 0)