.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SND_PCM_PLAYBACK_READY" "" "06 October 2005" "" ""
.SH NAME
snd_pcm_playback_ready \- check whether the playback buffer is available
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_pcm_playback_ready (snd_pcm_substream_t * \fIsubstream\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsubstream\fB\fR
the pcm substream instance
.SH "DESCRIPTION"
.PP
Checks whether enough free space is available on the playback buffer.
.PP
Returns non-zero if available, or zero if not.