Lines Matching defs:ctl
39 snd_ctl_t *ctl;
128 if (snd_ctl_hwdep_info(list->ctl, &info) < 0)
140 if (snd_ctl_pcm_info(list->ctl, &info) < 0)
159 if (snd_ctl_rawmidi_info(list->ctl, &info) < 0)
462 err = snd_ctl_open(&list->ctl, ctl_name, 0);
465 err = snd_ctl_card_info(list->ctl, &info);
476 err = next_devices[list->iface](list->ctl, &device);
482 err = next_devices[list->iface](list->ctl, &device);
511 snd_ctl_close(list->ctl);
616 else if (strcmp(iface, "ctl") == 0)