Name
snd_pcm_playback_ready —
check whether the playback buffer is available
Synopsis
int snd_pcm_playback_ready (snd_pcm_substream_t * 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.