소스 검색

Merge "asoc: msm-audio-effects: initialize struct before use"

Linux Build Service Account 6 년 전
부모
커밋
5bbb86f402
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      asoc/msm-audio-effects-q6-v2.c

+ 1 - 0
asoc/msm-audio-effects-q6-v2.c

@@ -141,6 +141,7 @@ int msm_audio_effects_virtualizer_handler(struct audio_client *ac,
 	pr_debug("%s: device: %d\n", __func__, devices);
 	updt_params = (u8 *) params;
 	/* Set MID and IID once at top and only update param specific fields*/
+	memset(&param_hdr, 0, sizeof(param_hdr));
 	param_hdr.module_id = AUDPROC_MODULE_ID_VIRTUALIZER;
 	param_hdr.instance_id = INSTANCE_ID_0;
 	for (i = 0; i < num_commands; i++) {