Searched defs:_snd_wavefront_midi (Results 1 – 1 of 1) sorted by relevance
21 struct _snd_wavefront_midi { struct22 unsigned long base; /* I/O port address */23 char isvirtual; /* doing virtual MIDI stuff ? */24 char istimer; /* timer is used */25 snd_wavefront_mpu_id output_mpu; /* most-recently-used */26 snd_wavefront_mpu_id input_mpu; /* most-recently-used */27 unsigned int mode[2]; /* MPU401_MODE_XXX */28 struct snd_rawmidi_substream *substream_output[2];29 struct snd_rawmidi_substream *substream_input[2];30 struct timer_list timer;[all …]