Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3626992a authored by Dimitris Papastamos's avatar Dimitris Papastamos Committed by Mark Brown
Browse files

ASoC: wm_adsp: Print out the firmware version

parent b0101b4f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -570,6 +570,7 @@ static int wm_adsp_load(struct wm_adsp *dsp)
			 file, header->ver);
			 file, header->ver);
		goto out_fw;
		goto out_fw;
	}
	}
	adsp_info(dsp, "Firmware version: %d\n", header->ver);


	if (header->core != dsp->type) {
	if (header->core != dsp->type) {
		adsp_err(dsp, "%s: invalid core %d != %d\n",
		adsp_err(dsp, "%s: invalid core %d != %d\n",