Lines Matching refs:period_bytes
417 unsigned short period_bytes = snd_pcm_lib_period_bytes(substream);
425 period_bytes, buffer_bytes);
429 tmp |= period_bytes - 1;
446 unsigned short period_bytes = snd_pcm_lib_period_bytes(substream);
453 snd_als300_dbgplay("Period bytes: %d Buffer bytes %d\n", period_bytes,
458 tmp |= period_bytes - 1;
519 unsigned short period_bytes;
522 period_bytes = snd_pcm_lib_period_bytes(substream);
528 if (current_ptr > period_bytes)
531 current_ptr = period_bytes - current_ptr;
534 current_ptr += period_bytes;