Home
last modified time | relevance | path

Searched refs:snd_pcm_capture_avail (Results 1 – 1 of 1) sorted by relevance

/include/sound/
A Dpcm.h842 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail() function
869 return runtime->buffer_size - snd_pcm_capture_avail(runtime); in snd_pcm_capture_hw_avail()
897 return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min; in snd_pcm_capture_ready()
943 return snd_pcm_capture_avail(runtime) == 0; in snd_pcm_capture_empty()

Completed in 8 milliseconds