From: Dimitris Papastamos Date: Fri, 1 Nov 2013 15:56:57 +0000 (+0000) Subject: ASoC: wm_adsp: Print out the firmware version X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~9836^2^2~47^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3626992a21610fa19534d392bb0e79cc55a99c9a;p=mirror_ubuntu-zesty-kernel.git ASoC: wm_adsp: Print out the firmware version Signed-off-by: Dimitris Papastamos Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index cc3575b5783f..53b6033658a6 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/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",