Lines Matching refs:period_bytes
330 azx_dev->period_bytes = 0; in snd_hdac_stream_cleanup()
492 int i, ofs, periods, period_bytes; in snd_hdac_stream_setup_periods() local
509 period_bytes = azx_dev->period_bytes; in snd_hdac_stream_setup_periods()
510 periods = azx_dev->bufsize / period_bytes; in snd_hdac_stream_setup_periods()
526 if (pos_adj >= period_bytes) { in snd_hdac_stream_setup_periods()
542 &bdl, ofs, period_bytes - pos_adj, 0); in snd_hdac_stream_setup_periods()
545 &bdl, ofs, period_bytes, in snd_hdac_stream_setup_periods()
554 azx_dev->bufsize, period_bytes); in snd_hdac_stream_setup_periods()
572 unsigned int bufsize, period_bytes; in snd_hdac_stream_set_params() local
578 period_bytes = snd_pcm_lib_period_bytes(substream); in snd_hdac_stream_set_params()
582 period_bytes = cstream->runtime->fragment_size; in snd_hdac_stream_set_params()
589 period_bytes != azx_dev->period_bytes || in snd_hdac_stream_set_params()
593 azx_dev->period_bytes = period_bytes; in snd_hdac_stream_set_params()
927 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare()
991 azx_dev->period_bytes = 0; in snd_hdac_dsp_cleanup()