Searched refs:pcm_byte_offset (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/firewire/motu/
H A Damdtp-motu.c35 unsigned int pcm_byte_offset; member in struct:amdtp_motu
81 p->pcm_byte_offset = formats->pcm_byte_offset;
114 byte = (u8 *)buffer + p->pcm_byte_offset;
150 byte = (u8 *)buffer + p->pcm_byte_offset;
176 byte = (u8 *)buffer + p->pcm_byte_offset;
H A Dmotu-protocol-v1.c399 motu->tx_packet_formats.pcm_byte_offset = 4;
402 motu->rx_packet_formats.pcm_byte_offset = 4;
423 motu->tx_packet_formats.pcm_byte_offset = 4;
424 motu->rx_packet_formats.pcm_byte_offset = 4;
H A Dmotu-protocol-v2.c234 motu->tx_packet_formats.pcm_byte_offset = 10;
235 motu->rx_packet_formats.pcm_byte_offset = 10;
H A Dmotu-protocol-v3.c243 motu->tx_packet_formats.pcm_byte_offset = 10;
244 motu->rx_packet_formats.pcm_byte_offset = 10;
H A Dmotu.h36 unsigned char pcm_byte_offset; member in struct:snd_motu_packet_format

Completed in 113 milliseconds