Home
last modified time | relevance | path

Searched refs:pcm_chunks (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/sound/firewire/motu/
Dmotu-protocol-v3.c221 motu->tx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_828mk3()
222 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
224 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk3()
225 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
231 motu->tx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_828mk3()
232 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
234 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk3()
235 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
241 motu->rx_packet_formats.pcm_chunks[0] += 4; in detect_packet_formats_828mk3()
242 motu->rx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk3()
[all …]
Dmotu-protocol-v2.c242 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk2()
243 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk2()
248 motu->rx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk2()
249 motu->rx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk2()
259 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_traveler()
260 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_traveler()
265 motu->rx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_traveler()
266 motu->rx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_traveler()
276 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_8pre()
277 motu->tx_packet_formats.pcm_chunks[1] += 8; in detect_packet_formats_8pre()
[all …]
Damdtp-motu.c34 unsigned int pcm_chunks; member
62 unsigned int pcm_chunks, data_chunks, data_block_quadlets; in amdtp_motu_set_parameters() local
82 pcm_chunks = formats->pcm_chunks[mode]; in amdtp_motu_set_parameters()
83 data_chunks = formats->msg_chunks + pcm_chunks; in amdtp_motu_set_parameters()
90 p->pcm_chunks = pcm_chunks; in amdtp_motu_set_parameters()
121 unsigned int channels = p->pcm_chunks; in read_pcm_s32()
157 unsigned int channels = p->pcm_chunks; in write_pcm_s32()
196 channels = p->pcm_chunks; in write_pcm_silence()
Dmotu-proc.c64 formats->pcm_chunks[mode]); in proc_read_format()
77 formats->pcm_chunks[mode]); in proc_read_format()
Dmotu-pcm.c29 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()
Dmotu-stream.c204 if (motu->spec->tx_fixed_pcm_chunks[0] == motu->tx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()
206 if (motu->spec->rx_fixed_pcm_chunks[0] == motu->rx_packet_formats.pcm_chunks[0]) in ensure_packet_formats()
Dmotu.h39 unsigned char pcm_chunks[3]; member