Lines Matching defs:rate
68 * sample rate if no ``-r'' is used
118 "[-Q port] [-q port] [-r rate] [-s name] [-t mode] [-U unit]\n\t"
406 int mode, int bufsz, int round, int rate, int hold, int autovol)
421 d = dev_new(path, par, mode, bufsz, round, rate, hold, autovol);
546 unsigned int hold, autovol, bufsz, round, rate;
571 rate = DEFAULT_RATE;
629 rate = strtonum(optarg, RATE_MIN, RATE_MAX, &str);
631 errx(1, "%s: rate is %s", optarg, str);
642 bufsz, round, rate, 0, autovol);
682 rate, hold, autovol);
690 rate, hold, autovol);
714 bufsz, round, rate, 0, autovol);