Lines Matching defs:rmidi
11 struct snd_dice *dice = substream->rmidi->private_data;
38 struct snd_dice *dice = substream->rmidi->private_data;
53 struct snd_dice *dice = substrm->rmidi->private_data;
70 struct snd_dice *dice = substrm->rmidi->private_data;
108 struct snd_rawmidi *rmidi;
127 &rmidi);
131 snprintf(rmidi->name, sizeof(rmidi->name),
133 rmidi->private_data = dice;
136 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT;
138 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
141 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT];
147 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT;
149 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
152 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT];
158 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_DUPLEX;