Home
last modified time | relevance | path

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

/linux/sound/core/
A Dpcm_local.h41 return snd_pcm_capture_avail(substream->runtime); in snd_pcm_avail()
A Dpcm_trace.h127 …__entry->avail = (substream)->stream ? snd_pcm_capture_avail(substream->runtime) : snd_pcm_playbac…
A Dpcm_native.c937 delay = snd_pcm_capture_avail(substream->runtime); in snd_pcm_calc_delay()
1988 new_state = snd_pcm_capture_avail(runtime) > 0 ? in snd_pcm_do_drain_init()
/linux/include/sound/
A Dpcm.h758 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail() function
781 return runtime->buffer_size - snd_pcm_capture_avail(runtime); in snd_pcm_capture_hw_avail()
809 return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min; in snd_pcm_capture_ready()
855 return snd_pcm_capture_avail(runtime) == 0; in snd_pcm_capture_empty()
/linux/sound/drivers/vx/
A Dvx_pcm.c990 size = runtime->buffer_size - snd_pcm_capture_avail(runtime); in vx_pcm_capture_update()
/linux/sound/core/oss/
A Dpcm_oss.c2831 return snd_pcm_capture_avail(runtime) >= in snd_pcm_oss_capture_ready()

Completed in 23 milliseconds