diff options
author | Lu, Han <han.lu@intel.com> | 2015-03-10 03:41:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-11 13:53:45 +0100 |
commit | 8c43fc2fdda0858879ee4dd7d7ed8e67890f699f (patch) | |
tree | 3459a11196fbe4b549f39ab356f3579f2a98d908 /sound/soc/intel/sst-haswell-ipc.h | |
parent | ASoC: Intel: add function to load firmware image (diff) | |
download | linux-8c43fc2fdda0858879ee4dd7d7ed8e67890f699f.tar.xz linux-8c43fc2fdda0858879ee4dd7d7ed8e67890f699f.zip |
ASoC: Intel: add function to load sound effect module waves
Try to load module waves and allocate runtime blocks for it if the firmware
image of module waves exists.
Signed-off-by: Lu, Han <han.lu@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/sst-haswell-ipc.h')
-rw-r--r-- | sound/soc/intel/sst-haswell-ipc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/sst-haswell-ipc.h b/sound/soc/intel/sst-haswell-ipc.h index e071b3a54eae..208724b74cf7 100644 --- a/sound/soc/intel/sst-haswell-ipc.h +++ b/sound/soc/intel/sst-haswell-ipc.h @@ -469,6 +469,7 @@ struct sst_dsp *sst_hsw_get_dsp(struct sst_hsw *hsw); /* fw module function */ void sst_hsw_init_module_state(struct sst_hsw *hsw); +bool sst_hsw_is_module_loaded(struct sst_hsw *hsw, u32 module_id); int sst_hsw_module_load(struct sst_hsw *hsw, u32 module_id, u32 instance_id, char *name); |