[Feature][T8TSK-301][audio] config audio 2 set parameter, rtp and local
Affected branch: unknown
Affected module: unknown
Is it affected on both ZXIC and MTK: only MTK
Self-test: Yes
Doc Update: No
Change-Id: I18bb2dca9e9134758d5523fa39d6afed8e8b314a
diff --git a/lib/liblynq-call/lynq_call_ecall.cpp b/lib/liblynq-call/lynq_call_ecall.cpp
index b012907..3471245 100755
--- a/lib/liblynq-call/lynq_call_ecall.cpp
+++ b/lib/liblynq-call/lynq_call_ecall.cpp
@@ -483,7 +483,7 @@
}
if(enable<0)
{
- if(enable >-200)
+ if(enable >-300)
{
goto set_ivs_end;
// lynq_set_common_request(RIL_REQUEST_ECALL_SET_IVS,1,"%d",enable);
@@ -494,7 +494,7 @@
}
else
{
- s_ecall_whether_preempt= ((-200-enable) & 0x11);
+ s_ecall_whether_preempt= ((-300-enable) & 0x11);
}
return RESULT_OK;
}