Lines Matching defs:rate
23 unsigned int i, pcm_channels, rate, mode;
26 rate = snd_motu_clock_rates[i];
33 rates.min = min(rates.min, rate);
34 rates.max = max(rates.max, rate);
52 unsigned int i, pcm_channels, rate, mode;
55 rate = snd_motu_clock_rates[i];
58 if (!snd_interval_test(r, rate))
74 unsigned int i, pcm_channels, rate, mode;
80 rate = snd_motu_clock_rates[i];
87 hw->rates |= snd_pcm_rate_to_rate_bit(rate);
156 // transmission of PCM frames, the available sampling rate is limited
163 unsigned int rate;
165 err = snd_motu_protocol_get_clock_rate(motu, &rate);
169 substream->runtime->hw.rate_min = rate;
170 substream->runtime->hw.rate_max = rate;
214 unsigned int rate = params_rate(hw_params);
219 err = snd_motu_stream_reserve_duplex(motu, rate,