[alsa-devel] [PATCH v2] 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 --- 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 4fbcab6..90d7baf 100644 --- a/sound/soc/codecs/wm_adsp.c +++ b/sound/soc/codecs/wm_adsp.c @@ -1637,6 +1637,8 @@ int wm_adsp2_event(struct snd_soc_dapm_widget *w, list_del(&alg_region->list); kfree(alg_region); } + + adsp_dbg(dsp, "Shutdown complete\n"); break;
default:
On Wed, Jan 22, 2014 at 10:09:11AM +0000, Charles Keepax wrote:
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.
Applied, thanks.
participants (2)
-
Charles Keepax
-
Mark Brown