diff options
author | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> | 2014-01-22 05:09:11 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-03 07:36:16 -0500 |
commit | ddbc5efed0f9064287acead56bbf0dce3ca28ee2 (patch) | |
tree | 3fb61b3832f2e41d86c732db6ecbf743944a829f | |
parent | fb0def0ceda7b2a79be978093704c1c71e26ba22 (diff) |
ASoC: wm_adsp: Add debug print to note that the DSP has shutdown
It can be useful for debugging purposes to see at what point the DSP has
powered down, so add a message to inform us of this.
Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | sound/soc/codecs/wm_adsp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/wm_adsp.c b/sound/soc/codecs/wm_adsp.c index 444626fcab40..f9fd56444a14 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c | |||
@@ -1679,6 +1679,8 @@ int wm_adsp2_event(struct snd_soc_dapm_widget *w, | |||
1679 | list_del(&alg_region->list); | 1679 | list_del(&alg_region->list); |
1680 | kfree(alg_region); | 1680 | kfree(alg_region); |
1681 | } | 1681 | } |
1682 | |||
1683 | adsp_dbg(dsp, "Shutdown complete\n"); | ||
1682 | break; | 1684 | break; |
1683 | 1685 | ||
1684 | default: | 1686 | default: |