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: pci-v3.13-fixes-1~38^2^2~47^2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3626992a21610fa19534d392bb0e79cc55a99c9a;p=users%2Fdwmw2%2Flinux.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 cc3575b5783fd..53b6033658a6f 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",