projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0101b4
)
ASoC: wm_adsp: Print out the firmware version
author
Dimitris Papastamos
<dp@opensource.wolfsonmicro.com>
Fri, 1 Nov 2013 15:56:57 +0000
(15:56 +0000)
committer
Mark Brown
<broonie@linaro.org>
Fri, 1 Nov 2013 17:48:39 +0000
(10:48 -0700)
Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/wm_adsp.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm_adsp.c
b/sound/soc/codecs/wm_adsp.c
index cc3575b5783fdb71bb572744f9a8ed395c7b520d..53b6033658a6fd88f70da3a04420ce10bd18292b 100644
(file)
--- 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",