Home
last modified time | relevance | path

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

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