Query: snd_pcm_capture_ready
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_PCM_CAPTURE_READ(9) Sound Devices SND_PCM_CAPTURE_READ(9)NAMEsnd_pcm_capture_ready - check whether the capture buffer is availableSYNOPSISint snd_pcm_capture_ready(struct snd_pcm_substream * substream);ARGUMENTSsubstream the pcm substream instanceDESCRIPTIONChecks whether enough capture data is available on the capture buffer.RETURNNon-zero if available, or zero if not.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_PCM_CAPTURE_READ(9)