Home
last modified time | relevance | path

Searched defs:_snd_wavefront_midi (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/include/sound/
Dsnd_wavefront.h21 struct _snd_wavefront_midi { struct
22 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 …]