diff options
author | Cezary Rojewski <cezary.rojewski@intel.com> | 2020-03-05 17:53:13 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-10 20:44:28 +0300 |
commit | 024aa45f55ccd40704cfdef61b2a8b6d0de9cdd1 (patch) | |
tree | fbf08b9aea1e7e0be19d0acd68a085349e377b5f /sound/soc/intel/skylake/bxt-sst.c | |
parent | 9e6c382f5a6161eb55115fb56614b9827f2e7da3 (diff) | |
download | linux-024aa45f55ccd40704cfdef61b2a8b6d0de9cdd1.tar.xz |
ASoC: Intel: Allow for ROM init retry on CNL platforms
Due to unconditional initial timeouts, firmware may fail to load during
its initialization. This issue cannot be resolved on driver side as it
is caused by external sources such as CSME but has to be accounted for
nonetheless.
Fixes: cb6a55284629 ("ASoC: Intel: cnl: Add sst library functions for cnl platform")
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200305145314.32579-7-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/bxt-sst.c')
-rw-r--r-- | sound/soc/intel/skylake/bxt-sst.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/skylake/bxt-sst.c b/sound/soc/intel/skylake/bxt-sst.c index 92a82e6b5fe6..cdafade8abd6 100644 --- a/sound/soc/intel/skylake/bxt-sst.c +++ b/sound/soc/intel/skylake/bxt-sst.c @@ -38,8 +38,6 @@ /* Delay before scheduling D0i3 entry */ #define BXT_D0I3_DELAY 5000 -#define BXT_FW_ROM_INIT_RETRY 3 - static unsigned int bxt_get_errorcode(struct sst_dsp *ctx) { return sst_dsp_shim_read(ctx, BXT_ADSP_ERROR_CODE); |