yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * Copyright (C) 2019 ZTE, China |
| 4 | * |
| 5 | * This is the header file for the voice lib. |
| 6 | * |
| 7 | */ |
| 8 | |
| 9 | #ifndef __VOICE_LIB_H |
| 10 | #define __VOICE_LIB_H |
| 11 | #include <linux/volte_drv.h> |
| 12 | |
| 13 | int voice_close(T_Voice_Para *para); |
| 14 | int voice_open(T_Voice_Para *para); |
| 15 | int voice_Vploop(int *path); |
| 16 | int zDrvVolte_PreOpen(T_ZDrvVolte_Cfg *cfgParam); |
| 17 | void zDrvVolte_PreClose(void); |
| 18 | |
| 19 | #ifdef _VBUFF_IN_SINGLE_CORE |
| 20 | int vbuffer_stream_start(void); |
| 21 | int vbuffer_stream_stop(void); |
| 22 | #endif |
| 23 | |
| 24 | #endif |