www.pudn.com > hf44b0_TEST.rar > UDA1341.H


#ifndef __UDA1341_H__ 
#define __UDA1341_H__ 
 
 
#ifdef __cplusplus 
extern "C" { 
#endif 
 
#define	MAX_WAVESIZE	0xfffff 
#define IIS_FIFOREADY	!((rIISCON>>7)&1)	 
 
//void PlayWav(U32 sample,S16 *lBuf,S16 *rBuf,U32 freq); 
void Play_SmallWave(U32 addr, U32 size); 
void Play_BigWave(U32 addr, U32 size); 
void Init1341(char mode); 
void Record_Iis(void); 
void IISMain(void); 
#ifdef __cplusplus 
} 
#endif 
 
#endif /*__IIS_H__*/