summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVarun Balaraj <varunb@codeaurora.org>2017-08-18 21:10:18 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-08-18 08:56:42 -0700
commit38389227061ff3f1c491522b61eacc2fb523234b (patch)
treecf321730014207c55d25bce616dfc0b366c7556e /include
parenta935e0c8f8ea49fbb1d887d772700d0d541a205b (diff)
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 <varunb@codeaurora.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/q6asm-v2.h2
1 files changed, 1 insertions, 1 deletions
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)