Searched refs:frame_bytes (Results 1 – 1 of 1) sorted by relevance
106 unsigned int frame_bytes; member193 ua->playback.frame_bytes; in playback_urb_complete()214 unsigned int frame_bytes, frames1; in copy_playback_data() local218 frame_bytes = stream->frame_bytes; in copy_playback_data()219 source = runtime->dma_area + stream->buffer_pos * frame_bytes; in copy_playback_data()221 memcpy(urb->transfer_buffer, source, frames * frame_bytes); in copy_playback_data()225 memcpy(urb->transfer_buffer, source, frames1 * frame_bytes); in copy_playback_data()226 memcpy(urb->transfer_buffer + frames1 * frame_bytes, in copy_playback_data()227 runtime->dma_area, (frames - frames1) * frame_bytes); in copy_playback_data()287 frames * ua->playback.frame_bytes; in playback_work()[all …]