Loading include/uapi/sound/compress_offload.h +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ struct snd_compr_params { */ struct snd_compr_tstamp { __u32 byte_offset; __u32 copied_total; __u64 copied_total; __u32 pcm_frames; __u32 pcm_io_frames; __u32 sampling_rate; Loading sound/core/compress_offload.c +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ static int snd_compr_update_tstamp(struct snd_compr_stream *stream, err = stream->ops->pointer(stream, tstamp); if (err) return err; pr_debug("dsp consumed till %d total %d bytes\n", pr_debug("dsp consumed till %d total %llu bytes\n", tstamp->byte_offset, tstamp->copied_total); if (stream->direction == SND_COMPRESS_PLAYBACK) stream->runtime->total_bytes_transferred = tstamp->copied_total; Loading Loading
include/uapi/sound/compress_offload.h +1 −1 Original line number Diff line number Diff line Loading @@ -67,7 +67,7 @@ struct snd_compr_params { */ struct snd_compr_tstamp { __u32 byte_offset; __u32 copied_total; __u64 copied_total; __u32 pcm_frames; __u32 pcm_io_frames; __u32 sampling_rate; Loading
sound/core/compress_offload.c +1 −1 Original line number Diff line number Diff line Loading @@ -186,7 +186,7 @@ static int snd_compr_update_tstamp(struct snd_compr_stream *stream, err = stream->ops->pointer(stream, tstamp); if (err) return err; pr_debug("dsp consumed till %d total %d bytes\n", pr_debug("dsp consumed till %d total %llu bytes\n", tstamp->byte_offset, tstamp->copied_total); if (stream->direction == SND_COMPRESS_PLAYBACK) stream->runtime->total_bytes_transferred = tstamp->copied_total; Loading