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 <yandongy@codeaurora.org>
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
40dd625bf4
commit
a21e9ffce7
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2 and
|
||||
@@ -80,6 +80,7 @@ enum wdsp_signal {
|
||||
|
||||
/* Software generated signal indicating debug dumps to be collected */
|
||||
WDSP_DEBUG_DUMP,
|
||||
WDSP_DEBUG_DUMP_INTERNAL,
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user