Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/motu/
Dmotu-stream.c53 &motu->tx_packet_formats); in start_both_streams()
160 motu->tx_packet_formats.midi_flag_offset = 4; in snd_motu_stream_cache_packet_formats()
161 motu->tx_packet_formats.midi_byte_offset = 6; in snd_motu_stream_cache_packet_formats()
163 motu->tx_packet_formats.midi_flag_offset = 8; in snd_motu_stream_cache_packet_formats()
164 motu->tx_packet_formats.midi_byte_offset = 7; in snd_motu_stream_cache_packet_formats()
193 if (motu->tx_packet_formats.differed_part_pcm_chunks[0] == 0) in ensure_packet_formats()
Dmotu-protocol-v2.c246 calculate_fixed_part(&motu->tx_packet_formats, AMDTP_IN_STREAM, in v2_cache_packet_formats()
248 calculate_differed_part(&motu->tx_packet_formats, motu->spec->flags, in v2_cache_packet_formats()
256 motu->tx_packet_formats.pcm_byte_offset = 10; in v2_cache_packet_formats()
Dmotu-protocol-v3.c289 calculate_fixed_part(&motu->tx_packet_formats, AMDTP_IN_STREAM, in v3_cache_packet_formats()
291 calculate_differed_part(&motu->tx_packet_formats, in v3_cache_packet_formats()
303 motu->tx_packet_formats.pcm_byte_offset = 10; in v3_cache_packet_formats()
Dmotu-proc.c59 formats = &motu->tx_packet_formats; in proc_read_format()
Dmotu.h57 struct snd_motu_packet_format tx_packet_formats; member
Dmotu-pcm.c111 formats = &motu->tx_packet_formats; in init_hw_info()