Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dpcm_local.h41 return snd_pcm_capture_avail(substream->runtime); in snd_pcm_avail()
Dpcm_trace.h127 …__entry->avail = (substream)->stream ? snd_pcm_capture_avail(substream->runtime) : snd_pcm_playbac…
Dpcm_native.c989 delay = snd_pcm_capture_avail(substream->runtime); in snd_pcm_calc_delay()
2052 new_state = snd_pcm_capture_avail(runtime) > 0 ? in snd_pcm_do_drain_init()
/Linux-v6.1/include/sound/
Dpcm.h812 static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) in snd_pcm_capture_avail() function
839 return runtime->buffer_size - snd_pcm_capture_avail(runtime); in snd_pcm_capture_hw_avail()
867 return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min; in snd_pcm_capture_ready()
913 return snd_pcm_capture_avail(runtime) == 0; in snd_pcm_capture_empty()
/Linux-v6.1/sound/drivers/vx/
Dvx_pcm.c990 size = runtime->buffer_size - snd_pcm_capture_avail(runtime); in vx_pcm_capture_update()
/Linux-v6.1/sound/soc/mediatek/mt8186/
Dmt8186-afe-pcm.c223 int avail = snd_pcm_capture_avail(runtime); in mt8186_fe_trigger()
/Linux-v6.1/sound/core/oss/
Dpcm_oss.c2837 return snd_pcm_capture_avail(runtime) >= in snd_pcm_oss_capture_ready()