diff options
author | Kranthi G <gudishax.kranthikumar@intel.com> | 2016-07-26 08:36:43 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-08 06:54:59 -0400 |
commit | 15ecaba9148da2d4088c7025d06312d1cbd9d5eb (patch) | |
tree | 6190b1cea5495098eb15d844b3241480b52ce4fb /sound/soc/intel/skylake/skl-sst-ipc.h | |
parent | 78cdbbdac059fad34740f0bdefe263f8de2a1faf (diff) |
ASoC: Intel: Skylake: add support for tplg manifest load
Topology manifest gives information about the libraries to be
loaded. Implement the topology manifest load callback to get
this.
Signed-off-by: Kranthi G <gudishax.kranthikumar@intel.com>
Signed-off-by: Senthilnathan Veppur <senthilnathanx.veppur@intel.com>
Signed-off-by: Ramesh Babu <ramesh.babu@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-sst-ipc.h')
-rw-r--r-- | sound/soc/intel/skylake/skl-sst-ipc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-sst-ipc.h b/sound/soc/intel/skylake/skl-sst-ipc.h index 0a0d09cde99d..31e5bc356aa2 100644 --- a/sound/soc/intel/skylake/skl-sst-ipc.h +++ b/sound/soc/intel/skylake/skl-sst-ipc.h | |||
@@ -80,6 +80,9 @@ struct skl_sst { | |||
80 | 80 | ||
81 | /* multi-core */ | 81 | /* multi-core */ |
82 | struct skl_dsp_cores cores; | 82 | struct skl_dsp_cores cores; |
83 | |||
84 | /* tplg manifest */ | ||
85 | struct skl_dfw_manifest manifest; | ||
83 | }; | 86 | }; |
84 | 87 | ||
85 | struct skl_ipc_init_instance_msg { | 88 | struct skl_ipc_init_instance_msg { |