Home
last modified time | relevance | path

Searched refs:midi_flag_offset (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/firewire/motu/
Damdtp-motu.c39 unsigned int midi_flag_offset; member
84 p->midi_flag_offset = formats->midi_flag_offset; in amdtp_motu_set_parameters()
224 b[p->midi_flag_offset] = 0x01; in write_midi_messages()
227 b[p->midi_flag_offset] = 0x00; in write_midi_messages()
249 if (midi && (b[p->midi_flag_offset] & 0x01)) in read_midi_messages()
Dmotu-stream.c118 motu->tx_packet_formats.midi_flag_offset = 4; in snd_motu_stream_cache_packet_formats()
121 motu->tx_packet_formats.midi_flag_offset = 8; in snd_motu_stream_cache_packet_formats()
126 motu->rx_packet_formats.midi_flag_offset = 4; in snd_motu_stream_cache_packet_formats()
129 motu->rx_packet_formats.midi_flag_offset = 8; in snd_motu_stream_cache_packet_formats()
Dmotu.h34 unsigned char midi_flag_offset; member