Home
last modified time | relevance | path

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

/Linux-v5.10/sound/firewire/motu/
Dmotu-protocol-v3.c284 motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v3_cache_packet_formats()
300 .rx_fixed_pcm_chunks = {14, 14, 10},
309 .rx_fixed_pcm_chunks = {14, 14, 14},
318 .rx_fixed_pcm_chunks = {10, 10, 0},
325 .rx_fixed_pcm_chunks = {10, 10, 0},
Dmotu-protocol-v2.c311 motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()
330 .rx_fixed_pcm_chunks = {14, 14, 0},
339 .rx_fixed_pcm_chunks = {14, 14, 8},
348 .rx_fixed_pcm_chunks = {14, 14, 0},
357 .rx_fixed_pcm_chunks = {10, 6, 0},
Dmotu-proc.c76 motu->spec->rx_fixed_pcm_chunks[mode], in proc_read_format()
Dmotu.h112 unsigned char rx_fixed_pcm_chunks[3]; member
Dmotu-stream.c206 if (motu->spec->rx_fixed_pcm_chunks[0] == motu->rx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()