diff options
author | Shreyas NC <shreyas.nc@intel.com> | 2016-08-12 09:59:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-08-22 20:44:11 +0300 |
commit | 33ece7f9c8e8a2abfcca681ec9424b15271f7afb (patch) | |
tree | a48301459836b628db31ccc3dfd0b1c67abff883 /sound/soc/intel/skylake/skl-sst-utils.c | |
parent | 6277e83292a2d4d88d150c0eb3004bd714ad8728 (diff) | |
download | linux-33ece7f9c8e8a2abfcca681ec9424b15271f7afb.tar.xz |
ASoC: Intel: Skylake: Remove dfw config and associated structures
The skl_dfw_config structure is no longer required as the module
config is populated by parsing and reading the token values.
So, remove the structure.
Signed-off-by: Shreyas NC <shreyas.nc@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-utils.c')
-rw-r--r-- | sound/soc/intel/skylake/skl-sst-utils.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sound/soc/intel/skylake/skl-sst-utils.c b/sound/soc/intel/skylake/skl-sst-utils.c index e4865ea950d7..9ce93e9a03b5 100644 --- a/sound/soc/intel/skylake/skl-sst-utils.c +++ b/sound/soc/intel/skylake/skl-sst-utils.c @@ -28,11 +28,6 @@ /* FW Extended Manifest Header id = $AE1 */ #define SKL_EXT_MANIFEST_HEADER_MAGIC 0x31454124 -struct skl_dfw_module_mod { - char name[100]; - struct skl_dfw_module skl_dfw_mod; -}; - struct UUID { u8 id[16]; }; |