summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/i2s_def.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2022-03-30 13:22:19 +0200
committerUros Majstorovic <majstor@majstor.org>2022-03-30 13:22:19 +0200
commitc6962c5700f99441538dafa346626bb7e6d12488 (patch)
treef463808368735c290312b7bff906f2599293d0ac /fw/fe310/eos/i2s_def.h
parent0a5f8363fe4e6b3c7d4f17fde61e00ab63e43bcb (diff)
sock api fixed; net reply messages fixed
Diffstat (limited to 'fw/fe310/eos/i2s_def.h')
-rw-r--r--fw/fe310/eos/i2s_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fw/fe310/eos/i2s_def.h b/fw/fe310/eos/i2s_def.h
index a338828..3529be1 100644
--- a/fw/fe310/eos/i2s_def.h
+++ b/fw/fe310/eos/i2s_def.h
@@ -1,5 +1,8 @@
#define EOS_I2S_FMT_PCM16 0
#define EOS_I2S_FMT_ALAW 1
+#define EOS_I2S_MODE_STEREO 0
+#define EOS_I2S_MODE_MONO 1
+
#define EOS_I2S_ETYPE_MIC 1
#define EOS_I2S_ETYPE_SPK 2