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

Commit 7969dad4 authored by Gangadhar S's avatar Gangadhar S Committed by Gerrit - the friendly Code Review server
Browse files

dsp: q6asm: Change to increase asm sessions allowed



- asm session failure with ten asm sessions open
- support by allowing ten asm sessions.

Change-Id: Id54e254c23841aff623e61ef82a8417ae138b25b
Signed-off-by: default avatarGangadhar S <gangadha@codeaurora.org>
parent f46488ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2018, 2020 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
@@ -100,7 +100,7 @@
#define SOFT_PAUSE_ENABLE	1
#define SOFT_PAUSE_DISABLE	0

#define ASM_ACTIVE_STREAMS_ALLOWED	0x9
#define ASM_ACTIVE_STREAMS_ALLOWED	0xF
/* Control session is used for mapping calibration memory */
#define ASM_CONTROL_SESSION	(ASM_ACTIVE_STREAMS_ALLOWED + 1)