1SND_PCM_CAPTURE_EMPT(9) Sound Devices SND_PCM_CAPTURE_EMPT(9)
23
4
NAME
6snd_pcm_capture_empty - check whether the capture buffer is empty
7
SYNOPSIS
9int snd_pcm_capture_empty(struct snd_pcm_substream * substream);
10
ARGUMENTS
12substream
13the pcm substream instance
14
DESCRIPTION
16Checks whether the capture buffer is empty.
17
RETURN
19Non-zero if empty, or zero if not.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 SND_PCM_CAPTURE_EMPT(9)