Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f98168a7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: qdsp6v2: memset stack buffer allocation."

parents a1873f9d 7273ccdd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -390,6 +390,7 @@ ssize_t audio_in_read(struct file *file,
		(sizeof(unsigned char) +
		(sizeof(struct meta_out_dsp)*(audio->buf_cfg.frames_per_buf)));

	memset(&meta, 0, sizeof(meta));
	pr_debug("%s:session id %d: read - %d\n", __func__, audio->ac->session,
			count);
	if (!audio->enabled)