OSDN Git Service

ASoC: SOF: Intel: hda: don't print ROM status if cl_dsp_init() fails
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Fri, 28 May 2021 16:05:51 +0000 (19:05 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 1 Jun 2021 13:05:18 +0000 (14:05 +0100)
commitd95eca7e3b9f7c1361fc1e1329247490abec678c
treec868773da8f50f69dd5383e5b06afee616fc46e2
parent7ff562fed98043b9e9eafa11db6100feb08412aa
ASoC: SOF: Intel: hda: don't print ROM status if cl_dsp_init() fails

cl_dsp_init() dumps the ROM status if it fails after max
attempts before powering off the DSP. Remove the duplicate
log to print the ROM status and error in
hda_dsp_cl_boot_firmware(). These values are invalid anyway
as the DSP is already powered off.

Co-developed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <bard.liao@intel.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Link: https://lore.kernel.org/r/20210528160551.10145-2-kai.vehmanen@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/intel/hda-loader.c