summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-mfld-platform.h
diff options
context:
space:
mode:
authorVinod Koul2014-06-13 14:33:53 +0200
committerMark Brown2014-06-21 17:31:01 +0200
commit2a6358250081c24cc1e564cb82ecbfd19d8c7238 (patch)
tree199c57b81de92a8cfb41b782086e56163052bde1 /sound/soc/intel/sst-mfld-platform.h
parentASoC: Intel: mfld-pcm rename period callback arg (diff)
downloadkernel-qcow2-linux-2a6358250081c24cc1e564cb82ecbfd19d8c7238.tar.gz
kernel-qcow2-linux-2a6358250081c24cc1e564cb82ecbfd19d8c7238.tar.xz
kernel-qcow2-linux-2a6358250081c24cc1e564cb82ecbfd19d8c7238.zip
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.h1
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;
};