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

Commit 424eebc3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "asoc: fix silence data during concurrent capture"

parents 2fc4f93e 0c5f346b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -950,8 +950,8 @@ static int msm_pcm_capture_copy(struct snd_pcm_substream *substream,
	int xfer;
	char *bufptr;
	void *data = NULL;
	static uint32_t idx;
	static uint32_t size;
	uint32_t idx = 0;
	uint32_t size = 0;
	uint32_t offset = 0;
	struct snd_pcm_runtime *runtime = substream->runtime;
	struct msm_audio *prtd = substream->runtime->private_data;