Lines Matching full:rate
114 uint16_t rate;
181 period_time = 1000000.0 * data->io.period_size / data->io.rate;
529 unsigned int max_bitpool, min_bitpool, rate, channels;
532 snd_pcm_hw_params_get_rate(params, &rate, &dir);
535 switch (rate) {
549 DBG("Rate %d not supported", rate);
1245 /* supported rate */
1339 rate_list[rate_count] = cfg->rate;
1440 if (strcmp(id, "rate") == 0) {
1446 bt_config->rate = atoi(value);