aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mid-x86/sst_platform.h
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2013-03-29 23:41:42 +0530
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-03-29 21:08:32 +0000
commit0cd5751ab360573f607d1cbf97aa072667f888c8 (patch)
tree117d53ffcd3d84b9f7b06b7298954cd7d32026f2 /sound/soc/mid-x86/sst_platform.h
parentASoC: compress - add support for metadata apis (diff)
downloadlinux-dev-0cd5751ab360573f607d1cbf97aa072667f888c8.tar.xz
linux-dev-0cd5751ab360573f607d1cbf97aa072667f888c8.zip
ASoC: mid-x86 - add support for meaadata apis
while at it, update the copyright timeline too Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mid-x86/sst_platform.h')
-rw-r--r--sound/soc/mid-x86/sst_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/mid-x86/sst_platform.h b/sound/soc/mid-x86/sst_platform.h
index d61c5d514ffa..cacc9066ec52 100644
--- a/sound/soc/mid-x86/sst_platform.h
+++ b/sound/soc/mid-x86/sst_platform.h
@@ -124,6 +124,8 @@ struct compress_sst_ops {
int (*close) (unsigned int str_id);
int (*get_caps) (struct snd_compr_caps *caps);
int (*get_codec_caps) (struct snd_compr_codec_caps *codec);
+ int (*set_metadata) (unsigned int str_id,
+ struct snd_compr_metadata *mdata);
};