Lines Matching refs:rates
102 * default rates, default clock routines
510 static const unsigned int rates[] = {
517 .count = ARRAY_SIZE(rates) - 2, /* up to 96000 */
518 .list = rates,
523 .count = ARRAY_SIZE(rates) - 5, /* up to 48000 */
524 .list = rates,
529 .count = ARRAY_SIZE(rates),
530 .list = rates,
917 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_192000,
935 .rates = (SNDRV_PCM_RATE_32000|SNDRV_PCM_RATE_44100|
956 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_192000,
993 runtime->hw.rates = SNDRV_PCM_RATE_KNOT;
1000 hw rates to the current internal rate only.