/* * ark_i2s.h * */ #ifndef __ARK_I2S_H__ #define __ARK_I2S_H__ #define USE_DAC_INTERFACE 0 #define USE_IIS_INTERFACE 1 #define ACT_AS_PLAYER 1 #define ACT_AS_RECORDER 0 //#define USE_I2S2_PLAY #define SYS_BASE 0xe4900000 #define I2S_BASE 0xe4000000 #define I2S1_BASE 0xe8200000 #endif