Selaa lähdekoodia

Increase number of allowed sessions to 14

Increasing number of allowed sessions from 13 to 14 to accomodate
the shared context banks for CPZ.

Change-Id: Ie0757dae9d0876f5e827daab4fe9e9a661fc0680
Signed-off-by: Anirudh Raghavendra <[email protected]>
Anirudh Raghavendra 2 vuotta sitten
vanhempi
sitoutus
7b787e07ef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dsp/adsprpc_shared.h

+ 1 - 1
dsp/adsprpc_shared.h

@@ -112,7 +112,7 @@
 #define MAX_DOMAIN_ID	CDSP_DOMAIN_ID
 
 #define NUM_CHANNELS	4	/* adsp, mdsp, slpi, cdsp*/
-#define NUM_SESSIONS	13	/* max 12 compute, 1 cpz */
+#define NUM_SESSIONS	14	/* max 11 compute, 3 cpz */
 
 #define VALID_FASTRPC_CID(cid) \
 	(cid >= ADSP_DOMAIN_ID && cid < NUM_CHANNELS)