浏览代码

Merge "dsp: voice: Reset music_info on SSR"

qctecmdr 4 年之前
父节点
当前提交
848466a9cc
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      dsp/q6voice.c

+ 2 - 0
dsp/q6voice.c

@@ -515,6 +515,8 @@ static void voc_set_error_state(uint16_t reset_proc)
 		if (v != NULL) {
 			v->voc_state = VOC_ERROR;
 			v->rec_info.recording = 0;
+			v->music_info.playing = 0;
+			v->music_info.force = 0;
 		}
 	}
 }