Home | History | Annotate | Download | only in sound

Lines Matching refs:snd_pcm_capture_avail

669 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime)
684 return runtime->buffer_size - snd_pcm_capture_avail(runtime);
712 return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min;
758 return snd_pcm_capture_avail(runtime) == 0;