Name
snd_rawmidi_set_ops —
set the rawmidi operators
Synopsis
void snd_rawmidi_set_ops (
snd_rawmidi_t * rmidi, int stream, snd_rawmidi_ops_t * ops)
;
Arguments
rmidi
the rawmidi instance
stream
the stream direction, SNDRV_RAWMIDI_STREAM_XXX
ops
the operator table
Description
Sets the rawmidi operators for the given stream direction.