1. NAME

snd_rawmidi_set_ops - set the rawmidi operators

2. SYNOPSIS

void snd_rawmidi_set_ops(struct snd_rawmidi *  rmidi , int  stream , struct snd_rawmidi_ops *  ops );

3. ARGUMENTS

rmidi
    the rawmidi instance

stream
    the stream direction, SNDRV_RAWMIDI_STREAM_XXX

ops
    the operator table

4. DESCRIPTION

Sets the rawmidi operators for the given stream direction.

5. COPYRIGHT