Lines Matching defs:rate
1267 * CHICM = 0 (slave mode, 8 kHz frame rate)
1276 * 12.288 MHz / CHICM_divisor = clock rate
1572 /* Two frames of control info @ 8kHz frame rate = 250 us delay */
1581 * Setup the codec with the sampling rate, audio format and number of
1586 static int cs4215_prepare(struct snd_dbri *dbri, unsigned int rate,
1592 /* Lookup index for this rate */
1594 if (CS4215_FREQ[freq_idx].freq == rate)
1597 if (CS4215_FREQ[freq_idx].freq != rate) {
1598 printk(KERN_WARNING "DBRI: Unsupported rate %d Hz\n", rate);
1624 /* Add rate parameters */
2095 /* set sampling rate, audio format and number of channels */