ASoC: wm_adsp: Print out the firmware version
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@linaro.org>
This commit is contained in:
parent
b0101b4f14
commit
3626992a21
|
@ -570,6 +570,7 @@ static int wm_adsp_load(struct wm_adsp *dsp)
|
|||
file, header->ver);
|
||||
goto out_fw;
|
||||
}
|
||||
adsp_info(dsp, "Firmware version: %d\n", header->ver);
|
||||
|
||||
if (header->core != dsp->type) {
|
||||
adsp_err(dsp, "%s: invalid core %d != %d\n",
|
||||
|
|
Loading…
Reference in New Issue