From 14fdbf0ff27494b3be241176b3c6efb6d5cc51ee Mon Sep 17 00:00:00 2001 From: Walter Yang Date: Fri, 12 Jan 2018 13:39:39 +0800 Subject: [PATCH] ASoC: wcd-dsp-mgr: add one WDSP signal for WDSP boot timeout Add one signal enum to indicate that it's the internal WDSP boot timeout case. Change-Id: I978745274f6f584cfd693cb5a34ace25cd92dac3 Signed-off-by: Walter Yang --- include/sound/wcd-dsp-mgr.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/sound/wcd-dsp-mgr.h b/include/sound/wcd-dsp-mgr.h index 68d9f8d928d0..52b52c4fc4c6 100644 --- a/include/sound/wcd-dsp-mgr.h +++ b/include/sound/wcd-dsp-mgr.h @@ -80,6 +80,7 @@ enum wdsp_signal { /* Software generated signal indicating debug dumps to be collected */ WDSP_DEBUG_DUMP, + WDSP_DEBUG_DUMP_INTERNAL, }; /*