diff options
Diffstat (limited to 'sound/soc/intel/atom/sst/sst_drv_interface.c')
-rw-r--r-- | sound/soc/intel/atom/sst/sst_drv_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst/sst_drv_interface.c b/sound/soc/intel/atom/sst/sst_drv_interface.c index 7b50a9d17ec1..620da1d1b9e3 100644 --- a/sound/soc/intel/atom/sst/sst_drv_interface.c +++ b/sound/soc/intel/atom/sst/sst_drv_interface.c | |||
@@ -533,7 +533,7 @@ static inline int sst_calc_tstamp(struct intel_sst_drv *ctx, | |||
533 | 533 | ||
534 | info->buffer_ptr = pointer_samples / substream->runtime->channels; | 534 | info->buffer_ptr = pointer_samples / substream->runtime->channels; |
535 | 535 | ||
536 | info->pcm_delay = delay_frames / substream->runtime->channels; | 536 | info->pcm_delay = delay_frames; |
537 | dev_dbg(ctx->dev, "buffer ptr %llu pcm_delay rep: %llu\n", | 537 | dev_dbg(ctx->dev, "buffer ptr %llu pcm_delay rep: %llu\n", |
538 | info->buffer_ptr, info->pcm_delay); | 538 | info->buffer_ptr, info->pcm_delay); |
539 | return 0; | 539 | return 0; |