Searched refs:rx_packet_formats (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/firewire/motu/
H A Dmotu-protocol-v3.c216 motu->rx_packet_formats.pcm_chunks[0] += 4;
217 motu->rx_packet_formats.pcm_chunks[1] += 4;
219 motu->rx_packet_formats.pcm_chunks[0] += 8;
220 motu->rx_packet_formats.pcm_chunks[1] += 4;
226 motu->rx_packet_formats.pcm_chunks[0] += 4;
227 motu->rx_packet_formats.pcm_chunks[1] += 4;
229 motu->rx_packet_formats.pcm_chunks[0] += 8;
230 motu->rx_packet_formats.pcm_chunks[1] += 4;
244 motu->rx_packet_formats.pcm_byte_offset = 10;
247 motu->rx_packet_formats
[all...]
H A Dmotu-protocol-v2.c235 motu->rx_packet_formats.pcm_byte_offset = 10;
238 motu->rx_packet_formats.msg_chunks = 2;
249 memcpy(motu->rx_packet_formats.pcm_chunks,
251 sizeof(motu->rx_packet_formats.pcm_chunks));
263 motu->rx_packet_formats.pcm_chunks[0] += 8;
266 motu->rx_packet_formats.pcm_chunks[1] += 4;
268 motu->rx_packet_formats.pcm_chunks[1] += 8;
H A Dmotu-protocol-v1.c402 motu->rx_packet_formats.pcm_byte_offset = 4;
403 motu->rx_packet_formats.msg_chunks = 0;
415 motu->rx_packet_formats.pcm_chunks[0] += 8;
424 motu->rx_packet_formats.pcm_byte_offset = 4;
428 motu->rx_packet_formats.msg_chunks = 0;
435 motu->rx_packet_formats.pcm_chunks[0] += 8;
436 motu->rx_packet_formats.pcm_chunks[1] += 8;
445 memcpy(motu->rx_packet_formats.pcm_chunks, motu->spec->rx_fixed_pcm_chunks,
446 sizeof(motu->rx_packet_formats.pcm_chunks));
H A Dmotu-stream.c38 packet_format = &motu->rx_packet_formats;
126 motu->rx_packet_formats.midi_flag_offset = 4;
127 motu->rx_packet_formats.midi_byte_offset = 6;
129 motu->rx_packet_formats.midi_flag_offset = 8;
130 motu->rx_packet_formats.midi_byte_offset = 7;
218 if (motu->spec->rx_fixed_pcm_chunks[0] == motu->rx_packet_formats.pcm_chunks[0])
H A Dmotu-proc.c71 formats = &motu->rx_packet_formats;
H A Dmotu.h62 struct snd_motu_packet_format rx_packet_formats; member in struct:snd_motu
H A Dmotu-pcm.c111 formats = &motu->rx_packet_formats;

Completed in 287 milliseconds