Lines Matching defs:rmidi
18 struct snd_tscm *tscm = substream->rmidi->private_data;
38 struct snd_tscm *tscm = substream->rmidi->private_data;
45 struct snd_tscm *tscm = substrm->rmidi->private_data;
60 struct snd_tscm *tscm = substrm->rmidi->private_data;
85 struct snd_rawmidi *rmidi;
93 &rmidi);
97 snprintf(rmidi->name, sizeof(rmidi->name),
99 rmidi->private_data = tscm;
101 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_INPUT;
102 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
104 stream = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT];
117 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_OUTPUT;
118 snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
120 stream = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT];
132 rmidi->info_flags |= SNDRV_RAWMIDI_INFO_DUPLEX;