From 38389227061ff3f1c491522b61eacc2fb523234b Mon Sep 17 00:00:00 2001 From: Varun Balaraj Date: Fri, 18 Aug 2017 21:10:18 +0530 Subject: ASoC: msm: qdsp6v2: Increase max supported ASM sessions ASM max active sessions increase to 9 to allow 8 interactive and one primary stream concurrently. CRs-Fixed: 2093120 Change-Id: I92a51dd1937634abb472fc06edbdd879b3d152d0 Signed-off-by: Varun Balaraj --- include/sound/q6asm-v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/sound/q6asm-v2.h b/include/sound/q6asm-v2.h index dcf7dcb4f6e4..2ff0a2b02d4a 100644 --- a/include/sound/q6asm-v2.h +++ b/include/sound/q6asm-v2.h @@ -99,7 +99,7 @@ #define SOFT_PAUSE_ENABLE 1 #define SOFT_PAUSE_DISABLE 0 -#define ASM_ACTIVE_STREAMS_ALLOWED 0x8 +#define ASM_ACTIVE_STREAMS_ALLOWED 0x9 /* Control session is used for mapping calibration memory */ #define ASM_CONTROL_SESSION (ASM_ACTIVE_STREAMS_ALLOWED + 1) -- cgit v1.2.3