Searched refs:pcm_byte_offset (Results 1 – 5 of 5) sorted by relevance
35 unsigned int pcm_byte_offset; member81 p->pcm_byte_offset = formats->pcm_byte_offset; in amdtp_motu_set_parameters()114 byte = (u8 *)buffer + p->pcm_byte_offset; in read_pcm_s32()150 byte = (u8 *)buffer + p->pcm_byte_offset; in write_pcm_s32()176 byte = (u8 *)buffer + p->pcm_byte_offset; in write_pcm_silence()
399 motu->tx_packet_formats.pcm_byte_offset = 4; in detect_packet_formats_828()402 motu->rx_packet_formats.pcm_byte_offset = 4; in detect_packet_formats_828()423 motu->tx_packet_formats.pcm_byte_offset = 4; in detect_packet_formats_896()424 motu->rx_packet_formats.pcm_byte_offset = 4; in detect_packet_formats_896()
234 motu->tx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v2_cache_packet_formats()235 motu->rx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v2_cache_packet_formats()
243 motu->tx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v3_cache_packet_formats()244 motu->rx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v3_cache_packet_formats()
36 unsigned char pcm_byte_offset; member