.\" 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_BUILD_LINEAR_FORMAT" "" "06 October 2005" "" ""
.SH NAME
snd_pcm_build_linear_format \- return the suitable linear format for the given condition
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
snd_pcm_format_t snd_pcm_build_linear_format (int \fIwidth\fB, int \fIunsignd\fB, int \fIbig_endian\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIwidth\fB\fR
the bit-width
.TP
\fB\fIunsignd\fB\fR
1 if unsigned, 0 if signed.
.TP
\fB\fIbig_endian\fB\fR
1 if big-endian, 0 if little-endian
.SH "DESCRIPTION"
.PP
Returns the suitable linear format for the given condition.