Home
last modified time | relevance | path

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

/linux-6.1.9/sound/firewire/motu/
Dmotu-protocol-v3.c259 motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v3_cache_packet_formats()
278 .rx_fixed_pcm_chunks = {14, 14, 10},
288 .rx_fixed_pcm_chunks = {14, 14, 14}, // Additional 4 dummy chunks at higher rate.
298 .rx_fixed_pcm_chunks = {14, 14, 10},
308 .rx_fixed_pcm_chunks = {14, 14, 14},
318 .rx_fixed_pcm_chunks = {10, 10, 0},
328 .rx_fixed_pcm_chunks = {6, 6, 6},
336 .rx_fixed_pcm_chunks = {10, 10, 0},
Dmotu-protocol-v2.c250 motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()
281 .rx_fixed_pcm_chunks = {14, 14, 0},
289 .rx_fixed_pcm_chunks = {14, 14, 8},
299 .rx_fixed_pcm_chunks = {14, 14, 8},
309 .rx_fixed_pcm_chunks = {14, 14, 0},
320 .rx_fixed_pcm_chunks = {6, 6, 0},
Dmotu-protocol-v1.c445 memcpy(motu->rx_packet_formats.pcm_chunks, motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v1_cache_packet_formats()
460 .rx_fixed_pcm_chunks = {10, 0, 0},
466 .rx_fixed_pcm_chunks = {10, 10, 0},
Dmotu-proc.c76 motu->spec->rx_fixed_pcm_chunks[mode], in proc_read_format()
Dmotu.h127 unsigned char rx_fixed_pcm_chunks[3]; member
Dmotu-stream.c218 if (motu->spec->rx_fixed_pcm_chunks[0] == motu->rx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()