Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a21e9ffc authored by Walter Yang's avatar Walter Yang Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarWalter Yang <yandongy@codeaurora.org>
parent 40dd625b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * 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,
};

/*