Lines Matching defs:ctl_id

76 	snd_ctl_elem_id_t *ctl_id;
117 if (space->ctl_id) {
118 snd_ctl_elem_id_free(space->ctl_id);
119 space->ctl_id = NULL;
202 err = snd_ctl_elem_id_malloc(&res->ctl_id);
247 snd_ctl_elem_id_set_numid(space->ctl_id, 0);
248 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id);
257 snd_ctl_elem_id_set_numid(space->ctl_id, 0);
258 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id);
396 val = snd_ctl_convert_from_dB(snd_hctl_ctl(space->ctl_handle), space->ctl_id, val, &lval, -1);
435 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id);
534 val = snd_ctl_elem_id_get_numid(space->ctl_id);
539 return snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(space->ctl_id));
541 val = snd_ctl_elem_id_get_device(space->ctl_id);
545 val = snd_ctl_elem_id_get_subdevice(space->ctl_id);
549 return snd_ctl_elem_id_get_name(space->ctl_id);
551 val = snd_ctl_elem_id_get_index(space->ctl_id);
654 if (snd_ctl_get_dB_range(snd_hctl_ctl(space->ctl_handle), space->ctl_id, &min, &max) < 0)
665 if (snd_ctl_get_dB_range(snd_hctl_ctl(space->ctl_handle), space->ctl_id, &min, &max) < 0)
681 elem = snd_hctl_find_elem(space->ctl_handle, space->ctl_id);
704 if (!ctl_match(space->ctl_id, id))
711 snd_ctl_elem_id_copy(space->ctl_id, id);
732 if (ctl_match(space->ctl_id, id))
770 snd_ctl_elem_id_clear(space->ctl_id);
773 snd_ctl_elem_id_clear(space->ctl_id);
775 snd_ctl_elem_id_set_interface(space->ctl_id, -1);
776 snd_ctl_elem_id_set_device(space->ctl_id, -1);
777 snd_ctl_elem_id_set_subdevice(space->ctl_id, -1);
778 snd_ctl_elem_id_set_name(space->ctl_id, "*");
779 snd_ctl_elem_id_set_index(space->ctl_id, -1);
783 snd_ctl_elem_id_set_interface(space->ctl_id, iface);
800 snd_ctl_elem_id_set_name(space->ctl_id, value);
820 snd_ctl_elem_value_set_id(space->ctl_value, space->ctl_id);
833 fcn(space->ctl_id, val);