diff options
author | Mark Brown <broonie@kernel.org> | 2020-12-28 12:24:15 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-28 12:24:15 +0000 |
commit | 984fcd3f4e7baa16344e17c6ce5e1e53e38aec36 (patch) | |
tree | a5a91589c9ef8e212f2899f1462cfb5c3f0130ef /sound/soc/intel/skylake | |
parent | 5c8fe583cce542aa0b84adc939ce85293de36e5e (diff) | |
parent | 671ee4db952449acde126965bf76817a3159040d (diff) |
Merge existing fixes from asoc/for-5.11
Diffstat (limited to 'sound/soc/intel/skylake')
-rw-r--r-- | sound/soc/intel/skylake/cnl-sst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/cnl-sst.c b/sound/soc/intel/skylake/cnl-sst.c index fcd8dff27ae8..1275c149acc0 100644 --- a/sound/soc/intel/skylake/cnl-sst.c +++ b/sound/soc/intel/skylake/cnl-sst.c @@ -224,6 +224,7 @@ static int cnl_set_dsp_D0(struct sst_dsp *ctx, unsigned int core_id) "dsp boot timeout, status=%#x error=%#x\n", sst_dsp_shim_read(ctx, CNL_ADSP_FW_STATUS), sst_dsp_shim_read(ctx, CNL_ADSP_ERROR_CODE)); + ret = -ETIMEDOUT; goto err; } } else { |