Lines Matching defs:controls
2 * mixer_controls.c - handles mixer controls and mapping from selems
33 struct control *controls;
466 if (controls[i].elem == elem) {
470 if (i >= controls_count || controls[i].elem != elem)
472 if (controls[i].flags == current_control_flags) {
486 free(controls[i].name);
487 free(controls);
488 controls = NULL;
505 controls = ccalloc(controls_count, sizeof *controls);
506 control = controls;
511 assert(control == controls + controls_count);