Searched defs:snd_emu10k1_midi (Results 1 – 4 of 4) sorted by relevance
1619 struct snd_emu10k1_midi { struct1620 struct snd_emu10k1 *emu;1621 struct snd_rawmidi *rmidi;1622 struct snd_rawmidi_substream *substream_input;1623 struct snd_rawmidi_substream *substream_output;1624 unsigned int midi_mode;1625 spinlock_t input_lock;1626 spinlock_t output_lock;1627 spinlock_t open_lock;1628 int tx_enable, rx_enable;[all …]
1634 struct snd_emu10k1_midi { struct1635 struct snd_emu10k1 *emu;1636 struct snd_rawmidi *rmidi;1637 struct snd_rawmidi_substream *substream_input;1638 struct snd_rawmidi_substream *substream_output;1639 unsigned int midi_mode;1640 spinlock_t input_lock;1641 spinlock_t output_lock;1642 spinlock_t open_lock;1643 int tx_enable, rx_enable;[all …]
340 int snd_emu10k1_midi(struct snd_emu10k1 *emu) in snd_emu10k1_midi() function
355 int snd_emu10k1_midi(struct snd_emu10k1 *emu) in snd_emu10k1_midi() function