Home
last modified time | relevance | path

Searched refs:CA_MIDI_MODE_INPUT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/ca0106/
H A Dca_midi.c50 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_interrupt()
116 midi->midi_mode |= CA_MIDI_MODE_INPUT; in ca_midi_input_open()
138 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_output_open()
157 midi->midi_mode &= ~CA_MIDI_MODE_INPUT; in ca_midi_input_close()
182 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_output_close()
H A Dca_midi.h15 #define CA_MIDI_MODE_INPUT MPU401_MODE_INPUT macro
/kernel/linux/linux-6.6/sound/pci/ca0106/
H A Dca_midi.c50 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_interrupt()
116 midi->midi_mode |= CA_MIDI_MODE_INPUT; in ca_midi_input_open()
138 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_output_open()
157 midi->midi_mode &= ~CA_MIDI_MODE_INPUT; in ca_midi_input_close()
182 if (!(midi->midi_mode & CA_MIDI_MODE_INPUT)) { in ca_midi_output_close()
H A Dca_midi.h15 #define CA_MIDI_MODE_INPUT MPU401_MODE_INPUT macro

Completed in 2 milliseconds