Lines Matching refs:period_bytes
345 azx_dev->period_bytes = 0; in snd_hdac_stream_cleanup()
509 int i, ofs, periods, period_bytes; in snd_hdac_stream_setup_periods() local
526 period_bytes = azx_dev->period_bytes; in snd_hdac_stream_setup_periods()
527 periods = azx_dev->bufsize / period_bytes; in snd_hdac_stream_setup_periods()
543 if (pos_adj >= period_bytes) { in snd_hdac_stream_setup_periods()
559 &bdl, ofs, period_bytes - pos_adj, 0); in snd_hdac_stream_setup_periods()
562 &bdl, ofs, period_bytes, in snd_hdac_stream_setup_periods()
571 azx_dev->bufsize, period_bytes); in snd_hdac_stream_setup_periods()
589 unsigned int bufsize, period_bytes; in snd_hdac_stream_set_params() local
595 period_bytes = snd_pcm_lib_period_bytes(substream); in snd_hdac_stream_set_params()
599 period_bytes = cstream->runtime->fragment_size; in snd_hdac_stream_set_params()
606 period_bytes != azx_dev->period_bytes || in snd_hdac_stream_set_params()
610 azx_dev->period_bytes = period_bytes; in snd_hdac_stream_set_params()
946 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare()
1010 azx_dev->period_bytes = 0; in snd_hdac_dsp_cleanup()