Searched defs:emu10k1x_midi (Results 1 – 1 of 1) sorted by relevance
213 struct emu10k1x_midi { struct214 struct emu10k1x *emu;215 struct snd_rawmidi *rmidi;216 struct snd_rawmidi_substream *substream_input;217 struct snd_rawmidi_substream *substream_output;218 unsigned int midi_mode;219 spinlock_t input_lock;220 spinlock_t output_lock;221 spinlock_t open_lock;222 int tx_enable, rx_enable;[all …]