Merge commit '96a3530c5e108b40b984d95c271337c4412a8a52' into MR3.0-Merge-v2.0-GSW

Change-Id: Id131ceea594032890594f4eb2e1b2a3ad3f2a0cf
diff --git a/LYNQ_PUBLIC/common_src/framework/lynq-ril-service/src/cc.cpp b/LYNQ_PUBLIC/common_src/framework/lynq-ril-service/src/cc.cpp
index a283bf9..953438c 100755
--- a/LYNQ_PUBLIC/common_src/framework/lynq-ril-service/src/cc.cpp
+++ b/LYNQ_PUBLIC/common_src/framework/lynq-ril-service/src/cc.cpp
@@ -1283,7 +1283,7 @@
         //RLOGD("DemoAPP Call shell command (pactl set-card-profile 0 phonecall)");
         //system("pactl set-card-profile 0 phonecall");
         //RLOGD("DemoAPP Call shell command end");
-        set_codec(LYNQ_CALL, CODEC_CLOSE); //hqing add for Geely demand on 11/07/2022, init cs call, open codec
+        set_codec(LYNQ_CALL, CODEC_OPEN); //hqing add for Geely demand on 11/07/2022, init cs call, open codec
         if (get_audio_path() == 0) {
             mixer_set(1);
             speechStatus = NORMAL_SPEECH_ON;
@@ -1314,7 +1314,7 @@
         inCallstatus = CALL_OFF;
         resetMute();
         unlock_rtp_audio_mtx();
-        set_codec(LYNQ_CALL, CODEC_OPEN); //hqing add for Geely demand on 11/07/2022, after cs call, close codec for power Manager
+        set_codec(LYNQ_CALL, CODEC_CLOSE); //hqing add for Geely demand on 11/07/2022, after cs call, close codec for power Manager
         RLOGD("[speech]: set off");
     } else {
         unlock_rtp_audio_mtx();