Merge "ASoC: msm: qdsp6v2: Fix voice call and record SSR test"

This commit is contained in:
Linux Build Service Account 2017-05-25 15:51:27 -07:00 committed by Gerrit - the friendly Code Review server
commit 12d9944bfa

View file

@ -479,8 +479,10 @@ static void voc_set_error_state(uint16_t reset_proc)
for (i = 0; i < MAX_VOC_SESSIONS; i++) {
v = &common.voice[i];
if (v != NULL)
if (v != NULL) {
v->voc_state = VOC_ERROR;
v->rec_info.recording = 0;
}
}
}