소스 검색

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 <[email protected]>
Karthikeyan Mani 6 년 전
부모
커밋
94aca37c6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      asoc/msm-qti-pp-config.c

+ 1 - 1
asoc/msm-qti-pp-config.c

@@ -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 {