Home
last modified time | relevance | path

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

/Linux-v5.4/sound/firewire/motu/
Dmotu-proc.c63 formats->fixed_part_pcm_chunks[mode], in proc_read_format()
76 formats->fixed_part_pcm_chunks[mode], in proc_read_format()
Dmotu-protocol-v2.c218 formats->fixed_part_pcm_chunks[0] = pcm_chunks[0]; in calculate_fixed_part()
219 formats->fixed_part_pcm_chunks[1] = pcm_chunks[1]; in calculate_fixed_part()
220 formats->fixed_part_pcm_chunks[2] = pcm_chunks[2]; in calculate_fixed_part()
Dmotu-protocol-v3.c217 formats->fixed_part_pcm_chunks[0] = round_up(2 + pcm_chunks[0], 4) - 2; in calculate_fixed_part()
218 formats->fixed_part_pcm_chunks[1] = round_up(2 + pcm_chunks[1], 4) - 2; in calculate_fixed_part()
220 formats->fixed_part_pcm_chunks[2] = in calculate_fixed_part()
Dmotu-pcm.c29 pcm_channels = formats->fixed_part_pcm_chunks[mode] + in motu_rate_constraint()
62 pcm_channels = formats->fixed_part_pcm_chunks[mode] + in motu_channels_constraint()
85 pcm_channels = formats->fixed_part_pcm_chunks[mode] + in limit_channels_and_rates()
Dmotu.h39 unsigned char fixed_part_pcm_chunks[3]; member
Damdtp-motu.c79 pcm_chunks = formats->fixed_part_pcm_chunks[mode] + in amdtp_motu_set_parameters()