Lines Matching defs:pcm_rate_shift
149 unsigned int pcm_rate_shift; /* rate shift value */
167 if (dpcm->pcm_rate_shift == NO_PITCH) {
171 HZ * (unsigned long long)dpcm->pcm_rate_shift);
178 if (dpcm->pcm_rate_shift == NO_PITCH) { /* no pitch */
181 x = div_u64(dpcm->pcm_rate_shift * (unsigned long long)x * HZ,
212 if (rate_shift != dpcm->pcm_rate_shift) {
213 dpcm->pcm_rate_shift = rate_shift;
390 dpcm->pcm_rate_shift = 0;
894 /* note check overflow in frac_pos() using pcm_rate_shift before
1620 snd_iprintf(buffer, " rate_shift:\t\t%u\n", dpcm->pcm_rate_shift);