diff options
author | Uros Majstorovic <majstor@majstor.org> | 2023-04-21 21:13:50 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2023-04-21 21:13:50 +0200 |
commit | a0059ab4365f41c84bb8bdf914477f5d4feeb985 (patch) | |
tree | 73baeb6706e44c8ccfe675fbf0001aa773af0a77 /fw/fe310/eos/soc/i2s_def.h | |
parent | 8c6001b298271bb52fa7142235ce7faa24b3e90e (diff) |
improved i2s driver
Diffstat (limited to 'fw/fe310/eos/soc/i2s_def.h')
-rw-r--r-- | fw/fe310/eos/soc/i2s_def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fw/fe310/eos/soc/i2s_def.h b/fw/fe310/eos/soc/i2s_def.h index 3529be1..44eed25 100644 --- a/fw/fe310/eos/soc/i2s_def.h +++ b/fw/fe310/eos/soc/i2s_def.h @@ -6,3 +6,8 @@ #define EOS_I2S_ETYPE_MIC 1 #define EOS_I2S_ETYPE_SPK 2 + +#define EOS_I2S_TRANS_NONE 0 +#define EOS_I2S_TRANS_MONO2D 1 +#define EOS_I2S_TRANS_MONO2L 2 +#define EOS_I2S_TRANS_MONO2R 3
\ No newline at end of file |