Searched refs:pcm_chunks (Results 1 – 8 of 8) sorted by relevance
196 motu->tx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_with_opt_ifaces()197 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_with_opt_ifaces()199 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_with_opt_ifaces()200 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_with_opt_ifaces()206 motu->tx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_with_opt_ifaces()207 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_with_opt_ifaces()209 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_with_opt_ifaces()210 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_with_opt_ifaces()216 motu->rx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_with_opt_ifaces()217 motu->rx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_with_opt_ifaces()[all …]
246 memcpy(motu->tx_packet_formats.pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()248 sizeof(motu->tx_packet_formats.pcm_chunks)); in snd_motu_protocol_v2_cache_packet_formats()249 memcpy(motu->rx_packet_formats.pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()251 sizeof(motu->rx_packet_formats.pcm_chunks)); in snd_motu_protocol_v2_cache_packet_formats()254 motu->tx_packet_formats.pcm_chunks[0] += 8; in snd_motu_protocol_v2_cache_packet_formats()257 motu->tx_packet_formats.pcm_chunks[1] += 4; in snd_motu_protocol_v2_cache_packet_formats()259 motu->tx_packet_formats.pcm_chunks[1] += 8; in snd_motu_protocol_v2_cache_packet_formats()263 motu->rx_packet_formats.pcm_chunks[0] += 8; in snd_motu_protocol_v2_cache_packet_formats()266 motu->rx_packet_formats.pcm_chunks[1] += 4; in snd_motu_protocol_v2_cache_packet_formats()268 motu->rx_packet_formats.pcm_chunks[1] += 8; in snd_motu_protocol_v2_cache_packet_formats()
412 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828()415 motu->rx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828()432 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_896()433 motu->tx_packet_formats.pcm_chunks[1] += 8; in detect_packet_formats_896()435 motu->rx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_896()436 motu->rx_packet_formats.pcm_chunks[1] += 8; in detect_packet_formats_896()443 memcpy(motu->tx_packet_formats.pcm_chunks, motu->spec->tx_fixed_pcm_chunks, in snd_motu_protocol_v1_cache_packet_formats()444 sizeof(motu->tx_packet_formats.pcm_chunks)); in snd_motu_protocol_v1_cache_packet_formats()445 memcpy(motu->rx_packet_formats.pcm_chunks, motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v1_cache_packet_formats()446 sizeof(motu->rx_packet_formats.pcm_chunks)); in snd_motu_protocol_v1_cache_packet_formats()
34 unsigned int pcm_chunks; member53 unsigned int pcm_chunks, data_chunks, data_block_quadlets; in amdtp_motu_set_parameters() local72 pcm_chunks = formats->pcm_chunks[mode]; in amdtp_motu_set_parameters()73 data_chunks = formats->msg_chunks + pcm_chunks; in amdtp_motu_set_parameters()80 p->pcm_chunks = pcm_chunks; in amdtp_motu_set_parameters()98 unsigned int channels = p->pcm_chunks; in read_pcm_s32()134 unsigned int channels = p->pcm_chunks; in write_pcm_s32()173 channels = p->pcm_chunks; in write_pcm_silence()
64 formats->pcm_chunks[mode]); in proc_read_format()77 formats->pcm_chunks[mode]); in proc_read_format()
29 pcm_channels = formats->pcm_chunks[mode]; in motu_rate_constraint()61 pcm_channels = formats->pcm_chunks[mode]; in motu_channels_constraint()83 pcm_channels = formats->pcm_chunks[mode]; in limit_channels_and_rates()
216 if (motu->spec->tx_fixed_pcm_chunks[0] == motu->tx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()218 if (motu->spec->rx_fixed_pcm_chunks[0] == motu->rx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()
39 unsigned char pcm_chunks[3]; member