.\" 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_FORMAT_SET_SILENCE" "" "06 October 2005" "" ""
.SH NAME
snd_pcm_format_set_silence \- set the silence data on the buffer
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_pcm_format_set_silence (snd_pcm_format_t \fIformat\fB, void * \fIdata\fB, unsigned int \fIsamples\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIformat\fB\fR
the PCM format
.TP
\fB\fIdata\fB\fR
the buffer pointer
.TP
\fB\fIsamples\fB\fR
the number of samples to set silence
.SH "DESCRIPTION"
.PP
Sets the silence data on the buffer for the given samples.
.PP
Returns zero if successful, or a negative error code on failure.