Lines Matching defs:pcm_rate_shift
150 unsigned int pcm_rate_shift; /* rate shift value */
168 if (dpcm->pcm_rate_shift == NO_PITCH) {
172 HZ * (unsigned long long)dpcm->pcm_rate_shift);
179 if (dpcm->pcm_rate_shift == NO_PITCH) { /* no pitch */
182 x = div_u64(dpcm->pcm_rate_shift * (unsigned long long)x * HZ,
213 if (rate_shift != dpcm->pcm_rate_shift) {
214 dpcm->pcm_rate_shift = rate_shift;
391 dpcm->pcm_rate_shift = 0;
895 /* note check overflow in frac_pos() using pcm_rate_shift before
1621 snd_iprintf(buffer, " rate_shift:\t\t%u\n", dpcm->pcm_rate_shift);