Home
last modified time | relevance | path

Searched defs:snd_emu10k1_midi (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/sound/
H A Demu10k1.h1610 struct snd_emu10k1_midi { struct
1611 struct snd_emu10k1 *emu;
1612 struct snd_rawmidi *rmidi;
1613 struct snd_rawmidi_substream *substream_input;
1614 struct snd_rawmidi_substream *substream_output;
1615 unsigned int midi_mode;
1616 spinlock_t input_lock;
1617 spinlock_t output_lock;
1618 spinlock_t open_lock;
1619 int tx_enable, rx_enable;
[all …]
/openbmc/linux/sound/pci/emu10k1/
H A Demumpu401.c335 int snd_emu10k1_midi(struct snd_emu10k1 *emu) in snd_emu10k1_midi() function