qipp
2025-09-16 e7ac407a6aa40e94a34a772dee14e8d5fb55c45b
1
2
3
4
5
6
7
#ifndef _SANECORE_ADSP_DRV_SPORT_H__
#define _SANECORE_ADSP_DRV_SPORT_H__
 
void InitSPORT(int mask,int sampleRate);
 
 
#endif