Searched refs:frame_bytes (Results 1 – 1 of 1) sorted by relevance
107 unsigned int frame_bytes; member194 ua->playback.frame_bytes; in playback_urb_complete()215 unsigned int frame_bytes, frames1; in copy_playback_data() local219 frame_bytes = stream->frame_bytes; in copy_playback_data()220 source = runtime->dma_area + stream->buffer_pos * frame_bytes; in copy_playback_data()222 memcpy(urb->transfer_buffer, source, frames * frame_bytes); in copy_playback_data()226 memcpy(urb->transfer_buffer, source, frames1 * frame_bytes); in copy_playback_data()227 memcpy(urb->transfer_buffer + frames1 * frame_bytes, in copy_playback_data()228 runtime->dma_area, (frames - frames1) * frame_bytes); in copy_playback_data()288 frames * ua->playback.frame_bytes; in playback_work()[all …]