summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/i2s.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/fe310/eos/i2s.h')
-rw-r--r--fw/fe310/eos/i2s.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/fw/fe310/eos/i2s.h b/fw/fe310/eos/i2s.h
index 744958e..47dc3e2 100644
--- a/fw/fe310/eos/i2s.h
+++ b/fw/fe310/eos/i2s.h
@@ -1,12 +1,6 @@
#include <stdint.h>
-#define EOS_I2S_FMT_ALAW 0
-#define EOS_I2S_FMT_PCM16 1
-
-/* should match i2s_def.h definitions */
-#define EOS_I2S_ETYPE_MIC 1
-#define EOS_I2S_ETYPE_SPK 2
-
+#include "i2s_def.h"
typedef struct EOSABuf {
uint16_t idx_r;