Home
last modified time | relevance | path

Searched refs:pcm_byte_offset (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Damdtp-motu.c35 unsigned int pcm_byte_offset; member
91 p->pcm_byte_offset = formats->pcm_byte_offset; in amdtp_motu_set_parameters()
137 byte = (u8 *)buffer + p->pcm_byte_offset; in read_pcm_s32()
173 byte = (u8 *)buffer + p->pcm_byte_offset; in write_pcm_s32()
199 byte = (u8 *)buffer + p->pcm_byte_offset; in write_pcm_silence()
H A Dmotu-protocol-v3.c268 motu->tx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v3_cache_packet_formats()
269 motu->rx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v3_cache_packet_formats()
H A Dmotu-protocol-v2.c294 motu->tx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v2_cache_packet_formats()
295 motu->rx_packet_formats.pcm_byte_offset = 10; in snd_motu_protocol_v2_cache_packet_formats()
H A Dmotu.h36 unsigned char pcm_byte_offset; member