Searched refs:rx_fixed_pcm_chunks (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/sound/firewire/motu/ |
D | motu-protocol-v3.c | 259 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},
|
D | motu-protocol-v2.c | 250 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},
|
D | motu-protocol-v1.c | 445 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},
|
D | motu-proc.c | 76 motu->spec->rx_fixed_pcm_chunks[mode], in proc_read_format()
|
D | motu.h | 127 unsigned char rx_fixed_pcm_chunks[3]; member
|
D | motu-stream.c | 218 if (motu->spec->rx_fixed_pcm_chunks[0] == motu->rx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()
|