diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-06-13 18:03:53 +0530 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-21 16:31:01 +0100 |
commit | 2a6358250081c24cc1e564cb82ecbfd19d8c7238 (patch) | |
tree | 199c57b81de92a8cfb41b782086e56163052bde1 /sound/soc/intel/sst-mfld-platform.h | |
parent | 9daa5bd34f84e43f23ce996d43da5f39348ae8fd (diff) |
ASoc: Intel: mfld-pcm: report pcm delay
Now the DSP is capable of reporting the delay, report it to upper layers
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/sst-mfld-platform.h')
-rw-r--r-- | sound/soc/intel/sst-mfld-platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-mfld-platform.h b/sound/soc/intel/sst-mfld-platform.h index 6d929c7d7bbb..33a0a2776238 100644 --- a/sound/soc/intel/sst-mfld-platform.h +++ b/sound/soc/intel/sst-mfld-platform.h @@ -42,6 +42,7 @@ struct pcm_stream_info { void *arg; void (*period_elapsed) (void *arg); unsigned long long buffer_ptr; + unsigned long long pcm_delay; int sfreq; }; |