asoc: msm: update max eq sessions based on fe dai max
Maintain eq data size to be equal to the max fe dais present to not step over bound in accessing. Change-Id: Ice0b7675b39a9fe2516a56d4e0b739ce34277958 Signed-off-by: Karthikeyan Mani <kmani@codeaurora.org>
This commit is contained in:

committato da
Gerrit - the friendly Code Review server

parent
408ba7c759
commit
94aca37c6e
@@ -28,7 +28,7 @@
|
||||
|
||||
/* EQUALIZER */
|
||||
/* Equal to Frontend after last of the MULTIMEDIA SESSIONS */
|
||||
#define MAX_EQ_SESSIONS (MSM_FRONTEND_DAI_MULTIMEDIA20 + 1)
|
||||
#define MAX_EQ_SESSIONS (MSM_FRONTEND_DAI_MAX + 1)
|
||||
#define CHMIX_CFG_CONST_PARAM_SIZE 4
|
||||
|
||||
enum {
|
||||
|
Fai riferimento in un nuovo problema
Block a user