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

/linux-master/sound/firewire/motu/
H A Dmotu-protocol-v3.c196 motu->tx_packet_formats.pcm_chunks[0] += 4;
197 motu->tx_packet_formats.pcm_chunks[1] += 4;
199 motu->tx_packet_formats.pcm_chunks[0] += 8;
200 motu->tx_packet_formats.pcm_chunks[1] += 4;
206 motu->tx_packet_formats.pcm_chunks[0] += 4;
207 motu->tx_packet_formats.pcm_chunks[1] += 4;
209 motu->tx_packet_formats.pcm_chunks[0] += 8;
210 motu->tx_packet_formats.pcm_chunks[1] += 4;
243 motu->tx_packet_formats.pcm_byte_offset = 10;
246 motu->tx_packet_formats
[all...]
H A Dmotu-protocol-v2.c234 motu->tx_packet_formats.pcm_byte_offset = 10;
237 motu->tx_packet_formats.msg_chunks = 2;
246 memcpy(motu->tx_packet_formats.pcm_chunks,
248 sizeof(motu->tx_packet_formats.pcm_chunks));
254 motu->tx_packet_formats.pcm_chunks[0] += 8;
257 motu->tx_packet_formats.pcm_chunks[1] += 4;
259 motu->tx_packet_formats.pcm_chunks[1] += 8;
H A Dmotu-protocol-v1.c399 motu->tx_packet_formats.pcm_byte_offset = 4;
400 motu->tx_packet_formats.msg_chunks = 2;
412 motu->tx_packet_formats.pcm_chunks[0] += 8;
423 motu->tx_packet_formats.pcm_byte_offset = 4;
427 motu->tx_packet_formats.msg_chunks = 0;
432 motu->tx_packet_formats.pcm_chunks[0] += 8;
433 motu->tx_packet_formats.pcm_chunks[1] += 8;
443 memcpy(motu->tx_packet_formats.pcm_chunks, motu->spec->tx_fixed_pcm_chunks,
444 sizeof(motu->tx_packet_formats.pcm_chunks));
H A Dmotu-stream.c45 packet_format = &motu->tx_packet_formats;
118 motu->tx_packet_formats.midi_flag_offset = 4;
119 motu->tx_packet_formats.midi_byte_offset = 6;
121 motu->tx_packet_formats.midi_flag_offset = 8;
122 motu->tx_packet_formats.midi_byte_offset = 7;
216 if (motu->spec->tx_fixed_pcm_chunks[0] == motu->tx_packet_formats.pcm_chunks[0])
H A Dmotu-proc.c58 formats = &motu->tx_packet_formats;
H A Dmotu.h61 struct snd_motu_packet_format tx_packet_formats; member in struct:snd_motu
H A Dmotu-pcm.c107 formats = &motu->tx_packet_formats;

Completed in 307 milliseconds