Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_local.h41 return snd_pcm_capture_avail(substream->runtime); in snd_pcm_avail()
H A Dpcm_trace.h127 __entry->avail = (substream)->stream ? snd_pcm_capture_avail(substream->runtime) : snd_pcm_playback_avail(substream->runtime);
H A Dsound_kunit.c252 KUNIT_EXPECT_EQ(test, snd_pcm_capture_avail(r), c_avail_data[i].expected_avail); in test_card_set_id()
H A Dpcm_native.c1005 delay = snd_pcm_capture_avail(substream->runtime); in snd_pcm_calc_delay()
2049 new_state = snd_pcm_capture_avail(runtime) > 0 ? in snd_pcm_do_drain_init()
/linux/include/sound/
H 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()
/linux/sound/drivers/vx/
H A Dvx_pcm.c994 size = runtime->buffer_size - snd_pcm_capture_avail(runtime); in vx_pcm_capture_update()
/linux/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c223 int avail = snd_pcm_capture_avail(runtime); in mt8186_fe_trigger()
/linux/sound/core/oss/
H A Dpcm_oss.c2822 return snd_pcm_capture_avail(runtime) >= in snd_pcm_oss_capture_ready()