Home
last modified time | relevance | path

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

/Linux-v4.19/sound/firewire/motu/
Dmotu-stream.c42 &motu->rx_packet_formats); in start_both_streams()
168 motu->rx_packet_formats.midi_flag_offset = 4; in snd_motu_stream_cache_packet_formats()
169 motu->rx_packet_formats.midi_byte_offset = 6; in snd_motu_stream_cache_packet_formats()
171 motu->rx_packet_formats.midi_flag_offset = 8; in snd_motu_stream_cache_packet_formats()
172 motu->rx_packet_formats.midi_byte_offset = 7; in snd_motu_stream_cache_packet_formats()
195 if (motu->rx_packet_formats.differed_part_pcm_chunks[0] == 0) in ensure_packet_formats()
Dmotu-protocol-v2.c251 calculate_fixed_part(&motu->rx_packet_formats, AMDTP_OUT_STREAM, in v2_cache_packet_formats()
253 calculate_differed_part(&motu->rx_packet_formats, motu->spec->flags, in v2_cache_packet_formats()
257 motu->rx_packet_formats.pcm_byte_offset = 10; in v2_cache_packet_formats()
Dmotu-protocol-v3.c296 calculate_fixed_part(&motu->rx_packet_formats, AMDTP_OUT_STREAM, in v3_cache_packet_formats()
298 calculate_differed_part(&motu->rx_packet_formats, in v3_cache_packet_formats()
304 motu->rx_packet_formats.pcm_byte_offset = 10; in v3_cache_packet_formats()
Dmotu-proc.c72 formats = &motu->rx_packet_formats; in proc_read_format()
Dmotu.h58 struct snd_motu_packet_format rx_packet_formats; member
Dmotu-pcm.c115 formats = &motu->rx_packet_formats; in init_hw_info()