Przeglądaj źródła

Merge "asoc: fix silence data during concurrent capture"

qctecmdr 5 lat temu
rodzic
commit
424eebc320
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      asoc/msm-pcm-q6-v2.c

+ 2 - 2
asoc/msm-pcm-q6-v2.c

@@ -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;