Check whether the capture buffer is empty
int snd_pcm_capture_empty(struct snd_pcm_substream * substream);
substream
the pcm substream instance
Checks whether the capture buffer is empty.
Non-zero if empty, or zero if not.