.\" 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 "CODEC_ID" "" "06 October 2005" "" ""
.SH NAME
codec_id \- Turn id1/id2 into a PnP string
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
char * codec_id (u16 \fIid1\fB, u16 \fIid2\fB, char * \fIbuf\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIid1\fB\fR
Vendor ID1
.TP
\fB\fIid2\fB\fR
Vendor ID2
.TP
\fB\fIbuf\fB\fR
CODEC_ID_BUFSZ byte buffer
.SH "DESCRIPTION"
.PP
Fills buf with a zero terminated PnP ident string for the id1/id2
pair. For convenience the return is the passed in buffer pointer.