Home
last modified time | relevance | path

Searched refs:CA_MIDI_MODE_INPUT (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/ca0106/
Dca_midi.c65 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_interrupt()
131 midi->midi_mode |= CA_MIDI_MODE_INPUT; in ca_midi_input_open()
153 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_output_open()
172 midi->midi_mode &= ~CA_MIDI_MODE_INPUT; in ca_midi_input_close()
197 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_output_close()
Dca_midi.h29 #define CA_MIDI_MODE_INPUT MPU401_MODE_INPUT macro