Lines Matching defs:period_bytes
402 unsigned short period_bytes = snd_pcm_lib_period_bytes(substream);
410 period_bytes, buffer_bytes);
414 tmp |= period_bytes - 1;
430 unsigned short period_bytes = snd_pcm_lib_period_bytes(substream);
437 snd_als300_dbgplay("Period bytes: %d Buffer bytes %d\n", period_bytes,
442 tmp |= period_bytes - 1;
501 unsigned short period_bytes;
504 period_bytes = snd_pcm_lib_period_bytes(substream);
510 if (current_ptr > period_bytes)
513 current_ptr = period_bytes - current_ptr;
516 current_ptr += period_bytes;