Lines Matching defs:rmidi
11 struct snd_dice *dice = substream->rmidi->private_data;
36 struct snd_dice *dice = substream->rmidi->private_data;
49 struct snd_dice *dice = substrm->rmidi->private_data;
63 struct snd_dice *dice = substrm->rmidi->private_data;
98 struct snd_rawmidi *rmidi;
117 &rmidi);
121 snprintf(rmidi->name, sizeof(rmidi->name),
123 rmidi->private_data = dice;
126 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT;
128 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
131 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT];
137 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT;
139 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
142 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT];
148 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_DUPLEX;