Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-protocol-v3.c221 motu->tx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_828mk3()
222 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
224 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk3()
225 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
231 motu->tx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_828mk3()
232 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
234 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk3()
235 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
268 motu->tx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v3_cache_packet_formats()
271 motu->tx_packet_formats.msg_chunks = 2; in snd_motu_protocol_v3_cache_packet_formats()
[all …]
H A Dmotu-protocol-v2.c241 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk2()
242 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk2()
258 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_traveler()
259 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_traveler()
275 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_8pre()
276 motu->tx_packet_formats.pcm_chunks[1] += 8; in detect_packet_formats_8pre()
294 motu->tx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v2_cache_packet_formats()
297 motu->tx_packet_formats.msg_chunks = 2; in snd_motu_protocol_v2_cache_packet_formats()
306 memcpy(motu->tx_packet_formats.pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()
308 sizeof(motu->tx_packet_formats.pcm_chunks)); in snd_motu_protocol_v2_cache_packet_formats()
H A 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()
204 if (motu->spec->tx_fixed_pcm_chunks[0] == motu->tx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()
H A Dmotu-proc.c58 formats = &motu->tx_packet_formats; in proc_read_format()
H A Dmotu.h55 struct snd_motu_packet_format tx_packet_formats; member
H A Dmotu-pcm.c107 formats = &motu->tx_packet_formats; in init_hw_info()