snd_pcm_capture_avail
return runtime->buffer_size - snd_pcm_capture_avail(runtime);
return snd_pcm_capture_avail(runtime) >= runtime->control->avail_min;
return snd_pcm_capture_avail(runtime) == 0;
return snd_pcm_capture_avail(runtime) >=
return snd_pcm_capture_avail(substream->runtime);
delay = snd_pcm_capture_avail(substream->runtime);
new_state = snd_pcm_capture_avail(runtime) > 0 ?
__entry->avail = (substream)->stream ? snd_pcm_capture_avail(substream->runtime) : snd_pcm_playback_avail(substream->runtime);
KUNIT_EXPECT_EQ(test, snd_pcm_capture_avail(r), c_avail_data[i].expected_avail);
size = runtime->buffer_size - snd_pcm_capture_avail(runtime);
int avail = snd_pcm_capture_avail(runtime);