/* | |
* Copyright (C) 2019 ZTE, China | |
* | |
* This is the header file for the voice lib. | |
* | |
*/ | |
#ifndef __VOICE_LIB_H | |
#define __VOICE_LIB_H | |
#include <linux/volte_drv.h> | |
int voice_close(T_Voice_Para *para); | |
int voice_open(T_Voice_Para *para); | |
int voice_Vploop(int *path); | |
int zDrvVolte_PreOpen(T_ZDrvVolte_Cfg *cfgParam); | |
void zDrvVolte_PreClose(void); | |
#ifdef _VBUFF_IN_SINGLE_CORE | |
int vbuffer_stream_start(void); | |
int vbuffer_stream_stop(void); | |
#endif | |
#endif |