Lines Matching refs:period_bytes
221 azx_dev->period_bytes = 0; in snd_hdac_stream_cleanup()
368 int i, ofs, periods, period_bytes; in snd_hdac_stream_setup_periods() local
375 period_bytes = azx_dev->period_bytes; in snd_hdac_stream_setup_periods()
376 periods = azx_dev->bufsize / period_bytes; in snd_hdac_stream_setup_periods()
393 if (pos_adj >= period_bytes) { in snd_hdac_stream_setup_periods()
411 period_bytes - pos_adj, 0); in snd_hdac_stream_setup_periods()
415 period_bytes, in snd_hdac_stream_setup_periods()
424 azx_dev->bufsize, period_bytes); in snd_hdac_stream_setup_periods()
441 unsigned int bufsize, period_bytes; in snd_hdac_stream_set_params() local
450 period_bytes = snd_pcm_lib_period_bytes(substream); in snd_hdac_stream_set_params()
453 period_bytes != azx_dev->period_bytes || in snd_hdac_stream_set_params()
457 azx_dev->period_bytes = period_bytes; in snd_hdac_stream_set_params()
644 azx_dev->period_bytes = byte_size; in snd_hdac_dsp_prepare()
708 azx_dev->period_bytes = 0; in snd_hdac_dsp_cleanup()