dsp: Change default topology for voice Tx path

Assign default topology to NULL topology instead of ECNS topology
for voice Tx path.

Change-Id: Ie39711b43b5d94ee93debc3054c26445e7583d70
Signed-off-by: Vikram Panduranga <vpandura@codeaurora.org>
This commit is contained in:
Vikram Panduranga 2018-03-03 23:19:50 -08:00
parent a2060b3fa2
commit d5a6778200

View File

@ -8510,7 +8510,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);