.\" 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_RAWMIDI_SET_OPS" "9" "09 October 2005" "" ""
.SH NAME
snd_rawmidi_set_ops \- set the rawmidi operators
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void snd_rawmidi_set_ops (snd_rawmidi_t * \fIrmidi\fB, int \fIstream\fB, snd_rawmidi_ops_t * \fIops\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIrmidi\fB\fR
the rawmidi instance
.TP
\fB\fIstream\fB\fR
the stream direction, SNDRV_RAWMIDI_STREAM_XXX
.TP
\fB\fIops\fB\fR
the operator table
.SH "DESCRIPTION"
.PP
Sets the rawmidi operators for the given stream direction.