summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/sst-mfld-platform.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-05-15 21:38:16 +0530
committerMark Brown <broonie@linaro.org>2014-05-16 19:46:06 +0100
commitbd17aa45cd16d1bdb373484d35b87bbee656d98e (patch)
tree6b8d8edb60b9a3f27876fa7fc27e2e96526b8268 /sound/soc/intel/sst-mfld-platform.h
parent5106f5a17e40534edbb74edf5d769abcbfadf55c (diff)
downloadlinux-bd17aa45cd16d1bdb373484d35b87bbee656d98e.tar.bz2
ASoC: Intel: add drain_notify support
This patch adds the support to implement drain_notify in Intels mfld driver Signed-off-by: Vinod Koul <vinod.koul@intel.com> Acked-by: Liam Girdwood <liam.r.girdwood@linux.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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-mfld-platform.h b/sound/soc/intel/sst-mfld-platform.h
index 3ea4fee0ba0d..6c5e7dc49e3c 100644
--- a/sound/soc/intel/sst-mfld-platform.h
+++ b/sound/soc/intel/sst-mfld-platform.h
@@ -104,6 +104,8 @@ struct sst_stream_params {
struct sst_compress_cb {
void *param;
void (*compr_cb)(void *param);
+ void *drain_cb_param;
+ void (*drain_notify)(void *param);
};
struct compress_sst_ops {