1SND_RAWMIDI_SET_OPS(9)             MIDI API             SND_RAWMIDI_SET_OPS(9)
2
3
4

NAME

6       snd_rawmidi_set_ops - set the rawmidi operators
7

SYNOPSIS

9       void snd_rawmidi_set_ops(struct snd_rawmidi * rmidi, int stream,
10                                const struct snd_rawmidi_ops * ops);
11

ARGUMENTS

13       rmidi
14           the rawmidi instance
15
16       stream
17           the stream direction, SNDRV_RAWMIDI_STREAM_XXX
18
19       ops
20           the operator table
21

DESCRIPTION

23       Sets the rawmidi operators for the given stream direction.
24
26Kernel Hackers Manual 3.10         June 2019            SND_RAWMIDI_SET_OPS(9)
Impressum