aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
diff options
context:
space:
mode:
authorDimitris Papastamos <dp@opensource.wolfsonmicro.com>2013-11-01 11:56:57 -0400
committerMark Brown <broonie@linaro.org>2013-11-01 13:48:39 -0400
commit3626992a21610fa19534d392bb0e79cc55a99c9a (patch)
tree289182033973eb828746814eb63710d55c259b4c /sound/soc
parentb0101b4f14d591719f53f7f38ede3651113e6a53 (diff)
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>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/codecs/wm_adsp.c1
1 files changed, 1 insertions, 0 deletions
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)
570 file, header->ver); 570 file, header->ver);
571 goto out_fw; 571 goto out_fw;
572 } 572 }
573 adsp_info(dsp, "Firmware version: %d\n", header->ver);
573 574
574 if (header->core != dsp->type) { 575 if (header->core != dsp->type) {
575 adsp_err(dsp, "%s: invalid core %d != %d\n", 576 adsp_err(dsp, "%s: invalid core %d != %d\n",