26 lines
502 B
C
Raw Normal View History

2025-04-10 17:31:33 +08:00
/******************************************************************************
*(C) Copyright 2018 EIGENCOMM International Ltd.
* All Rights Reserved
******************************************************************************
* Filename: codecCtl.h
*
* Description:
*
* History: Rev1.0 2024-07-25
*
* Notes: codec control
*
******************************************************************************/
#ifndef __CODEC_CTL_H__
#define __CODEC_CTL_H__
void codecCtlInit(void);
#endif