소스 검색

Merge "dsp: lsm: remove the size checking for sound model"

qctecmdr 5 년 전
부모
커밋
42ba68d4d2
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      dsp/q6lsm.c

+ 1 - 2
dsp/q6lsm.c

@@ -28,7 +28,6 @@
 #include "adsp_err.h"
 
 #define APR_TIMEOUT	(HZ)
-#define LSM_ALIGN_BOUNDARY 512
 #define LSM_SAMPLE_RATE 16000
 #define QLSM_PARAM_ID_MINOR_VERSION 1
 #define QLSM_PARAM_ID_MINOR_VERSION_2 2
@@ -1973,7 +1972,7 @@ int q6lsm_snd_model_buf_alloc(struct lsm_client *client, size_t len,
 	size_t total_mem = 0;
 	struct lsm_sound_model *sm = NULL;
 
-	if (!client || len <= LSM_ALIGN_BOUNDARY)
+	if (!client)
 		return rc;
 
 	pr_debug("%s:Snd Model len = %zd, stage idx %d\n",