Searched refs:transfer_samples (Results 1 – 2 of 2) sorted by relevance
289 s->transfer_samples = amdtp_write_s16; in amdtp_stream_set_pcm_format()296 s->transfer_samples = amdtp_write_s32; in amdtp_stream_set_pcm_format()298 s->transfer_samples = amdtp_read_s32; in amdtp_stream_set_pcm_format()661 s->transfer_samples(s, pcm, buffer, data_blocks); in handle_out_packet()761 s->transfer_samples(s, pcm, buffer, data_blocks); in handle_in_packet()
123 void (*transfer_samples)(struct amdtp_stream *s, member