Searched defs:emu10k1x_midi (Results 1 – 2 of 2) sorted by relevance
198 struct emu10k1x_midi { struct199 struct emu10k1x *emu;200 struct snd_rawmidi *rmidi;201 struct snd_rawmidi_substream *substream_input;202 struct snd_rawmidi_substream *substream_output;203 unsigned int midi_mode;204 spinlock_t input_lock;205 spinlock_t output_lock;206 spinlock_t open_lock;207 int tx_enable, rx_enable;[all …]
199 struct emu10k1x_midi { struct200 struct emu10k1x *emu;201 struct snd_rawmidi *rmidi;202 struct snd_rawmidi_substream *substream_input;203 struct snd_rawmidi_substream *substream_output;204 unsigned int midi_mode;205 spinlock_t input_lock;206 spinlock_t output_lock;207 spinlock_t open_lock;208 int tx_enable, rx_enable;[all …]