'\" t .\" Title: snd_rawmidi_set_ops .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: April 2019 .\" Manual: MIDI API .\" Source: Kernel Hackers Manual 4.9.168 .\" Language: English .\" .TH "SND_RAWMIDI_SET_OPS" "9" "April 2019" "Kernel Hackers Manual 4\&.9\&." "MIDI API" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" snd_rawmidi_set_ops \- set the rawmidi operators .SH "SYNOPSIS" .HP \w'void\ snd_rawmidi_set_ops('u .BI "void snd_rawmidi_set_ops(struct\ snd_rawmidi\ *\ " "rmidi" ", int\ " "stream" ", struct\ snd_rawmidi_ops\ *\ " "ops" ");" .SH "ARGUMENTS" .PP \fIrmidi\fR .RS 4 the rawmidi instance .RE .PP \fIstream\fR .RS 4 the stream direction, SNDRV_RAWMIDI_STREAM_XXX .RE .PP \fIops\fR .RS 4 the operator table .RE .SH "DESCRIPTION" .PP Sets the rawmidi operators for the given stream direction\&. .SH "COPYRIGHT" .br