Lines Matching refs:rates

168 	fp->rates = rate_bits;
173 /* set up rate_min, rate_max and rates from the rate table */
181 fp->rates = 0;
186 fp->rates |= snd_pcm_rate_to_rate_bit(rate);
191 * parse the format descriptor and stores the possible sample rates
248 "%u:%d: All rates were zero\n",
254 /* continuous rates */
255 fp->rates = SNDRV_PCM_RATE_CONTINUOUS;
273 * rates per altsetting but reports the full set each time.
274 * If we don't filter out the unsupported rates and attempt
278 * The list of supported rates per altsetting (set of available
301 * Many Focusrite devices supports a limited set of sampling rates per
349 * get to know how many sample rates we have to expect.
375 fp->rates = SNDRV_PCM_RATE_CONTINUOUS;
381 /* Filter out invalid rates on Presonus Studio 1810c */
386 /* Filter out invalid rates on Focusrite devices */
395 usb_audio_err(chip, "invalid uac2 rates\n");
411 * clock rates.
541 * parse the format descriptor and stores the possible sample rates
559 /* get the number of sample rates first by only fetching 2 bytes */
572 "%s(): unable to retrieve number of sample rates (clock %d)\n",
578 "%s(): unable to retrieve number of sample rates: set it to a predefined value (clock %d).\n",
610 * We just use the return value to know how many sample rates we
629 * allocated, so the rates will be stored */
695 /* gather possible sample rates */
696 /* audio class v1 reports possible sample rates as part of the
763 ret = parse_audio_format_rates_v1(chip, fp, _fmt, 8); /* fmt[8..] sample rates */
807 /* extigy apparently supports sample rates other than 48k
814 fp->rates != SNDRV_PCM_RATE_48000 &&
815 fp->rates != SNDRV_PCM_RATE_96000)