瀏覽代碼

Merge "dsp: Change default topology for voice Tx path"

Linux Build Service Account 7 年之前
父節點
當前提交
16b93f5551
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dsp/q6voice.c

+ 1 - 1
dsp/q6voice.c

@@ -8446,7 +8446,7 @@ uint32_t voice_get_topology(uint32_t topology_idx)
 	if (topology_idx == CVP_VOC_RX_TOPOLOGY_CAL) {
 		topology = VSS_IVOCPROC_TOPOLOGY_ID_RX_DEFAULT;
 	} else if (topology_idx == CVP_VOC_TX_TOPOLOGY_CAL) {
-		topology = VSS_IVOCPROC_TOPOLOGY_ID_TX_SM_ECNS_V2;
+		topology = VSS_IVOCPROC_TOPOLOGY_ID_NONE;
 	} else {
 		pr_err("%s: cal index %x is invalid!\n",
 			__func__, topology_idx);