Lines Matching refs:period_bytes
454 size_t period_bytes; member
751 hdspm->period_bytes = in hdspm_compute_period_size()
763 (hdspm->period_bytes / 4) : 0; in hdspm_hw_pointer()
773 position = ((position - 64) % (2 * hdspm->period_bytes)) / 4; in hdspm_hw_pointer()
795 int n = hdspm->period_bytes; in hdspm_silence_playback()
2982 (2 * (int)hdspm->period_bytes), in snd_hdspm_proc_read_madi()
2984 (2 * (int)hdspm->period_bytes), in snd_hdspm_proc_read_madi()
3006 x, (unsigned long) hdspm->period_bytes); in snd_hdspm_proc_read_madi()
3174 (2 * (int)hdspm->period_bytes), in snd_hdspm_proc_read_aes32()
3176 (2 * (int)hdspm->period_bytes), in snd_hdspm_proc_read_aes32()
3198 x, (unsigned long) hdspm->period_bytes); in snd_hdspm_proc_read_aes32()
3633 if (params_period_size(params) != hdspm->period_bytes / 4) { in snd_hdspm_hw_params()