Searched refs:capture_frlog (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/
H A Drme32.c210 int capture_frlog; member in struct:rme32
288 count <<= rme32->capture_frlog; snd_rme32_capture_copy()
289 pos <<= rme32->capture_frlog; snd_rme32_capture_copy()
630 rme32->capture_frlog = frlog; snd_rme32_setframelog()
754 if (params_period_size(params) << rme32->capture_frlog != snd_rme32_capture_hw_params()
761 params_period_size(params) << rme32->capture_frlog; snd_rme32_capture_hw_params()
1135 return snd_rme32_pcm_byteptr(rme32) >> rme32->capture_frlog; snd_rme32_capture_pointer()
H A Drme96.c253 int capture_frlog; member in struct:rme96
325 & RME96_RCR_AUDIO_ADDR_MASK) >> rme96->capture_frlog; snd_rme96_capture_ptr()
364 count <<= rme96->capture_frlog; snd_rme96_capture_copy()
365 pos <<= rme96->capture_frlog; snd_rme96_capture_copy()
920 rme96->capture_frlog = frlog; snd_rme96_setframelog()
1079 if (params_period_size(params) << rme96->capture_frlog != snd_rme96_capture_hw_params()
1087 params_period_size(params) << rme96->capture_frlog; snd_rme96_capture_hw_params()

Completed in 230 milliseconds