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