summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/sof-priv.h
diff options
context:
space:
mode:
authorKarol Trzcinski <karolx.trzcinski@linux.intel.com>2019-12-17 18:26:11 -0600
committerMark Brown <broonie@kernel.org>2019-12-18 19:52:57 +0000
commit59283959e82bd272a5e15e4ed5274cdd059fb532 (patch)
tree8796c13011381a2ae01dea246398473253663c0d /sound/soc/sof/sof-priv.h
parente8b7cab8cec3386598de29bbca70d8d31aacc709 (diff)
downloadlinux-stable-59283959e82bd272a5e15e4ed5274cdd059fb532.tar.gz
linux-stable-59283959e82bd272a5e15e4ed5274cdd059fb532.tar.bz2
linux-stable-59283959e82bd272a5e15e4ed5274cdd059fb532.zip
ASoC: SOF: log compiler name and version information
Log information about used compilator and optimization level in sof firmware to host system. It will be helful to catch some compiler dependent bugs. Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20191218002616.7652-4-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sof/sof-priv.h')
-rw-r--r--sound/soc/sof/sof-priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h
index 220b35141c34..3f1e1eb7c55f 100644
--- a/sound/soc/sof/sof-priv.h
+++ b/sound/soc/sof/sof-priv.h
@@ -361,6 +361,7 @@ struct snd_sof_dev {
struct snd_dma_buffer dmab_bdl;
struct sof_ipc_fw_ready fw_ready;
struct sof_ipc_fw_version fw_version;
+ struct sof_ipc_cc_version *cc_version;
/* topology */
struct snd_soc_tplg_ops *tplg_ops;