Lines Matching defs:count
346 int count;
352 count = waiter_context_wait_event(waiter, timeout_msec);
353 if (count < 0)
354 return count;
355 if (count == 0 && timeout_msec > 0)
363 count = snd_pcm_wait(state->handle, timeout_msec);
364 if (count < 0)
365 return count;
366 if (count == 0 && timeout_msec > 0)
431 "Channels count '%u' is not available: %s\n",