Lines Matching defs:snd_emu10k1_midi
1618 struct snd_emu10k1_midi { struct
1619 struct snd_emu10k1 *emu;
1620 struct snd_rawmidi *rmidi;
1621 struct snd_rawmidi_substream *substream_input;
1622 struct snd_rawmidi_substream *substream_output;
1623 unsigned int midi_mode;
1624 spinlock_t input_lock;
1625 spinlock_t output_lock;
1626 spinlock_t open_lock;
1627 int tx_enable, rx_enable;
1628 int port;
1629 int ipr_tx, ipr_rx;
1630 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status);