commit | 30a241208e484484974305168121a4be50d2babb | [log] [tgz] |
---|---|---|
author | q.huang <q.huang@exm.com> | Thu Dec 14 14:11:58 2023 +0800 |
committer | q.huang <q.huang@exm.com> | Thu Dec 14 14:11:58 2023 +0800 |
tree | f7972e6d58b664173dfc139bedb06cf57cc92951 | |
parent | 110f23ba6fec8291c4b152ed9b9401a9d26559b6 [diff] [blame] |
[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/src/lynq/lib/liblynq-call/lynq_call_common.h b/src/lynq/lib/liblynq-call/lynq_call_common.h index 21077df..e65f243 100755 --- a/src/lynq/lib/liblynq-call/lynq_call_common.h +++ b/src/lynq/lib/liblynq-call/lynq_call_common.h
@@ -19,5 +19,5 @@ void urc_ecall_msg_process(Parcel *p); #endif -void lynq_init_rtp(); +int lynq_get_common_request(int request_id, int* status); #endif