Home
last modified time | relevance | path

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

/Linux-v5.15/sound/firewire/motu/
Dmotu-protocol-v2.c247 motu->spec->tx_fixed_pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()
279 .tx_fixed_pcm_chunks = {14, 14, 0},
287 .tx_fixed_pcm_chunks = {14, 14, 8},
296 .tx_fixed_pcm_chunks = {14, 14, 8},
305 .tx_fixed_pcm_chunks = {14, 14, 0},
315 .tx_fixed_pcm_chunks = {10, 10, 0},
Dmotu-protocol-v3.c252 motu->spec->tx_fixed_pcm_chunks, in snd_motu_protocol_v3_cache_packet_formats()
270 .tx_fixed_pcm_chunks = {18, 18, 14},
279 .tx_fixed_pcm_chunks = {18, 18, 14},
288 .tx_fixed_pcm_chunks = {18, 14, 10},
297 .tx_fixed_pcm_chunks = {10, 10, 0},
304 .tx_fixed_pcm_chunks = {10, 10, 0},
Dmotu-protocol-v1.c446 memcpy(motu->tx_packet_formats.pcm_chunks, motu->spec->tx_fixed_pcm_chunks, in snd_motu_protocol_v1_cache_packet_formats()
462 .tx_fixed_pcm_chunks = {10, 0, 0},
468 .tx_fixed_pcm_chunks = {10, 10, 0},
Dmotu-proc.c63 motu->spec->tx_fixed_pcm_chunks[mode], in proc_read_format()
Dmotu.h121 unsigned char tx_fixed_pcm_chunks[3]; member
Dmotu-stream.c216 if (motu->spec->tx_fixed_pcm_chunks[0] == motu->tx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()