1SND_RAWMIDI_SET_OPS(9) MIDI API SND_RAWMIDI_SET_OPS(9)
23
4
NAME
6snd_rawmidi_set_ops - set the rawmidi operators
7
SYNOPSIS
9void snd_rawmidi_set_ops(struct snd_rawmidi * rmidi, int stream,
10const struct snd_rawmidi_ops * ops);
11
ARGUMENTS
13rmidi
14the rawmidi instance
1516
stream
17the stream direction, SNDRV_RAWMIDI_STREAM_XXX
1819
ops
20the operator table
21
DESCRIPTION
23Sets the rawmidi operators for the given stream direction.
24
COPYRIGHT
26Kernel Hackers Manual 3.10 June 2019 SND_RAWMIDI_SET_OPS(9)