1SND_PCM_PLAYBACK_REA(9) Sound Devices SND_PCM_PLAYBACK_REA(9)
23
4
NAME
6snd_pcm_playback_ready - check whether the playback buffer is available
7
SYNOPSIS
9int snd_pcm_playback_ready(struct snd_pcm_substream * substream);
10
ARGUMENTS
12substream
13the pcm substream instance
14
DESCRIPTION
16Checks whether enough free space is available on the playback buffer.
1718
Returns non-zero if available, or zero if not.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 SND_PCM_PLAYBACK_REA(9)