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

Commit 7e3149cb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: wcd-dsp-mgr: add WDSP signal for debug dump"

parents ca734a22 5d43c873
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -77,6 +77,9 @@ enum wdsp_signal {
	/* Other signals */
	/* Other signals */
	WDSP_CDC_DOWN_SIGNAL,
	WDSP_CDC_DOWN_SIGNAL,
	WDSP_CDC_UP_SIGNAL,
	WDSP_CDC_UP_SIGNAL,

	/* Software generated signal indicating debug dumps to be collected */
	WDSP_DEBUG_DUMP,
};
};


/*
/*