Lines Matching refs:rate
114 uint16_t rate;
181 period_time = 1000000.0 * data->io.period_size / data->io.rate;
531 unsigned int max_bitpool, min_bitpool, rate, channels;
534 snd_pcm_hw_params_get_rate(params, &rate, &dir);
537 switch (rate) {
551 DBG("Rate %d not supported", rate);
1251 /* supported rate */
1345 rate_list[rate_count] = cfg->rate;
1446 if (strcmp(id, "rate") == 0) {
1452 bt_config->rate = atoi(value);