Lines Matching refs:period_bytes
444 unsigned short period_bytes = snd_pcm_lib_period_bytes(substream); in snd_als300_playback_prepare() local
452 period_bytes, buffer_bytes); in snd_als300_playback_prepare()
456 tmp |= period_bytes - 1; in snd_als300_playback_prepare()
473 unsigned short period_bytes = snd_pcm_lib_period_bytes(substream); in snd_als300_capture_prepare() local
480 snd_als300_dbgplay("Period bytes: %d Buffer bytes %d\n", period_bytes, in snd_als300_capture_prepare()
485 tmp |= period_bytes - 1; in snd_als300_capture_prepare()
546 unsigned short period_bytes; in snd_als300_pointer() local
549 period_bytes = snd_pcm_lib_period_bytes(substream); in snd_als300_pointer()
555 if (current_ptr > period_bytes) in snd_als300_pointer()
558 current_ptr = period_bytes - current_ptr; in snd_als300_pointer()
561 current_ptr += period_bytes; in snd_als300_pointer()