Browse Source

asoc: fix audiodlkm compile error on sa8195 perf

* To fix a compile error in sa8195 perf image:
  uninitialized variable in wcd_cpe_core.c.

Change-Id: I2aac81068299202509eebcb854c53348451c522b
Signed-off-by: Guodong Hu <[email protected]>
Guodong Hu 5 years ago
parent
commit
42658f4480
1 changed files with 1 additions and 0 deletions
  1. 1 0
      asoc/codecs/wcd_cpe_core.c

+ 1 - 0
asoc/codecs/wcd_cpe_core.c

@@ -2896,6 +2896,7 @@ static int wcd_cpe_send_param_snd_model(struct wcd_cpe_core *core,
 	struct cmi_obm_msg obm_msg;
 	struct cpe_param_data *param_d;
 
+	memset(&obm_msg, 0, sizeof(obm_msg));
 
 	ret = fill_cmi_header(&obm_msg.hdr, session->id,
 			CMI_CPE_LSM_SERVICE_ID, 0, 20,