Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A 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 …]
H A Dmotu-protocol-v2.c241 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk2()
242 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk2()
247 motu->rx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_828mk2()
248 motu->rx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_828mk2()
258 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_traveler()
259 motu->tx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_traveler()
264 motu->rx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_traveler()
265 motu->rx_packet_formats.pcm_chunks[1] += 4; in detect_packet_formats_traveler()
275 motu->tx_packet_formats.pcm_chunks[0] += 8; in detect_packet_formats_8pre()
276 motu->tx_packet_formats.pcm_chunks[1] += 8; in detect_packet_formats_8pre()
[all …]
H A 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()
H A Dmotu-proc.c64 formats->pcm_chunks[mode]); in proc_read_format()
77 formats->pcm_chunks[mode]); in proc_read_format()
H A 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()
H A 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()
H A Dmotu.h39 unsigned char pcm_chunks[3]; member