table of contents
SND_PCM_PLAYBACK_REA(9) | Sound Devices | SND_PCM_PLAYBACK_REA(9) |
NAME¶
snd_pcm_playback_ready - check whether the playback buffer is available
SYNOPSIS¶
int snd_pcm_playback_ready(struct snd_pcm_substream * substream);
ARGUMENTS¶
substream
the pcm substream instance
DESCRIPTION¶
Checks whether enough free space is available on the playback buffer.
Returns non-zero if available, or zero if not.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |