File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,14 +225,15 @@ static void compress_hw_close(void *data)
225225}
226226
227227static void compress_hw_avail64_from_32 (struct snd_compr_avail64 * avail64 ,
228- const struct snd_compr_avail * avail32 ) {
229- avail64 -> avail = avail32 -> avail ;
230-
231- avail64 -> tstamp .byte_offset = avail32 -> tstamp .byte_offset ;
232- avail64 -> tstamp .copied_total = avail32 -> tstamp .copied_total ;
233- avail64 -> tstamp .pcm_frames = avail32 -> tstamp .pcm_frames ;
234- avail64 -> tstamp .pcm_io_frames = avail32 -> tstamp .pcm_io_frames ;
235- avail64 -> tstamp .sampling_rate = avail32 -> tstamp .sampling_rate ;
228+ const struct snd_compr_avail * avail32 )
229+ {
230+ avail64 -> avail = avail32 -> avail ;
231+
232+ avail64 -> tstamp .byte_offset = avail32 -> tstamp .byte_offset ;
233+ avail64 -> tstamp .copied_total = avail32 -> tstamp .copied_total ;
234+ avail64 -> tstamp .pcm_frames = avail32 -> tstamp .pcm_frames ;
235+ avail64 -> tstamp .pcm_io_frames = avail32 -> tstamp .pcm_io_frames ;
236+ avail64 -> tstamp .sampling_rate = avail32 -> tstamp .sampling_rate ;
236237}
237238
238239static int compress_hw_get_hpointer (void * data ,
You can’t perform that action at this time.
0 commit comments