Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A 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},
H A Dmotu-protocol-v2.c310 motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()
329 .rx_fixed_pcm_chunks = {14, 14, 0},
338 .rx_fixed_pcm_chunks = {14, 14, 8},
347 .rx_fixed_pcm_chunks = {14, 14, 0},
357 .rx_fixed_pcm_chunks = {6, 6, 0},
H A Dmotu-proc.c76 motu->spec->rx_fixed_pcm_chunks[mode], in proc_read_format()
H A Dmotu.h112 unsigned char rx_fixed_pcm_chunks[3]; member
H A Dmotu-stream.c206 if (motu->spec->rx_fixed_pcm_chunks[0] == motu->rx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()