diff options
author | Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> | 2019-08-27 16:17:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-27 20:26:11 +0200 |
commit | 6f43791713c5bb1212ec8497034275dfdbba5cbd (patch) | |
tree | de0f61e6b8303ffb4c7351f2440f5e39271677ca /sound/soc/intel/skylake/skl.h | |
parent | ASoC: Intel: Skylake: Print module type instead of id (diff) | |
download | linux-6f43791713c5bb1212ec8497034275dfdbba5cbd.tar.xz linux-6f43791713c5bb1212ec8497034275dfdbba5cbd.zip |
ASoC: Intel: Skylake: Release topology when we are done with it
Currently topology is kept in memory while driver is running. It's
unnecessary, as it's only needed during parsing.
Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Link: https://lore.kernel.org/r/20190827141712.21015-6-amadeuszx.slawinski@linux.intel.com
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl.h')
-rw-r--r-- | sound/soc/intel/skylake/skl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl.h b/sound/soc/intel/skylake/skl.h index f8c714153610..2bfbf59277c4 100644 --- a/sound/soc/intel/skylake/skl.h +++ b/sound/soc/intel/skylake/skl.h @@ -75,7 +75,6 @@ struct skl_dev { const char *fw_name; char tplg_name[64]; unsigned short pci_id; - const struct firmware *tplg; int supend_active; |