Searched refs:pcm_byte_offset (Results 1 – 4 of 4) sorted by relevance
36 unsigned int pcm_byte_offset; member96 p->pcm_byte_offset = formats->pcm_byte_offset; in amdtp_motu_set_parameters()136 byte = (u8 *)buffer + p->pcm_byte_offset; in read_pcm_s32()164 byte = (u8 *)buffer + p->pcm_byte_offset; in write_pcm_s32()190 byte = (u8 *)buffer + p->pcm_byte_offset; in write_pcm_silence()
256 motu->tx_packet_formats.pcm_byte_offset = 10; in v2_cache_packet_formats()257 motu->rx_packet_formats.pcm_byte_offset = 10; in v2_cache_packet_formats()
303 motu->tx_packet_formats.pcm_byte_offset = 10; in v3_cache_packet_formats()304 motu->rx_packet_formats.pcm_byte_offset = 10; in v3_cache_packet_formats()
37 unsigned char pcm_byte_offset; member