Query: snd_rawmidi_set_ops
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SND_RAWMIDI_SET_OPS(9) MIDI API SND_RAWMIDI_SET_OPS(9)NAMEsnd_rawmidi_set_ops - set the rawmidi operatorsSYNOPSISvoid snd_rawmidi_set_ops(struct snd_rawmidi * rmidi, int stream, struct snd_rawmidi_ops * ops);ARGUMENTSrmidi the rawmidi instance stream the stream direction, SNDRV_RAWMIDI_STREAM_XXX ops the operator tableDESCRIPTIONSets the rawmidi operators for the given stream direction.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SND_RAWMIDI_SET_OPS(9)