Browse Source

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>
Dimitris Papastamos 11 years ago
parent
commit
3626992a21
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sound/soc/codecs/wm_adsp.c

+ 1 - 0
sound/soc/codecs/wm_adsp.c

@@ -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",