diff options
author | Vinod Koul <vinod.koul@intel.com> | 2013-03-29 23:41:42 +0530 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-29 21:08:32 +0000 |
commit | 0cd5751ab360573f607d1cbf97aa072667f888c8 (patch) | |
tree | 117d53ffcd3d84b9f7b06b7298954cd7d32026f2 /sound/soc/mid-x86/sst_platform.h | |
parent | 36953d98149674d218420e29f3ea2af827a68e74 (diff) | |
download | op-kernel-dev-0cd5751ab360573f607d1cbf97aa072667f888c8.zip op-kernel-dev-0cd5751ab360573f607d1cbf97aa072667f888c8.tar.gz |
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.h | 2 |
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 d61c5d5..cacc906 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); }; |