summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Gynther <pgynther@google.com>2019-06-03 14:00:05 -0700
committerPetri Gynther <pgynther@google.com>2019-06-03 14:01:06 -0700
commitf984d74997c3c1545d79a2b3f770304808d03182 (patch)
tree4cf26ae595945ad9dd489b02102dfc711b15a73a
parentc608758137fd4334de1d7e29d1f963a326af3ab1 (diff)
parenta9d9ba46108841916a4da5b6a712e23e2100a953 (diff)
downloadmsm-extra-f984d74997c3c1545d79a2b3f770304808d03182.tar.gz
Merge android-msm-pixel-4.9-qt into android-msm-pixel-4.9
Change-Id: Ia0567b75b03878f2c992ec16851be35aea2ce315 Signed-off-by: Petri Gynther <pgynther@google.com>
-rw-r--r--asoc/msm-pcm-q6-v2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asoc/msm-pcm-q6-v2.c b/asoc/msm-pcm-q6-v2.c
index dddb0791..5be2cb43 100644
--- a/asoc/msm-pcm-q6-v2.c
+++ b/asoc/msm-pcm-q6-v2.c
@@ -882,8 +882,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;
+ uint32_t size;
uint32_t offset = 0;
struct snd_pcm_runtime *runtime = substream->runtime;
struct msm_audio *prtd = substream->runtime->private_data;