Lines Matching full:istep
811 long *imin, long *imax, long *istep)
820 err = sscanf(s, "%li - %li (step %li)", imin, imax, istep);
822 istep = 0;
838 long imin, imax, istep;
844 imin = imax = istep = 0;
861 err = get_comment_range(n, ctype, &imin, &imax, &istep);
891 if (imin > imax || istep > imax - imin)
893 err = snd_ctl_elem_add_integer(handle, id, count, imin, imax, istep);