Searched defs:snd_emu10k1_midi (Results 1 – 2 of 2) sorted by relevance
1635 struct snd_emu10k1_midi { struct1636 struct snd_emu10k1 *emu;1637 struct snd_rawmidi *rmidi;1638 struct snd_rawmidi_substream *substream_input;1639 struct snd_rawmidi_substream *substream_output;1640 unsigned int midi_mode;1641 spinlock_t input_lock;1642 spinlock_t output_lock;1643 spinlock_t open_lock;1644 int tx_enable, rx_enable;[all …]
352 int __devinit snd_emu10k1_midi(struct snd_emu10k1 *emu) in snd_emu10k1_midi() function