diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-11-25 01:59:07 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-11-25 01:59:07 +0100 |
commit | 6a31936e80ae2743376dcbf9d39cd92461c4deca (patch) | |
tree | f6dedd2cbf3aee9bb8135c7a4ff874c066a6d072 /fw/fe310/eos/i2s_def.h | |
parent | c44897fda572cf8837b4535a6d1aaad4605c14af (diff) |
i2s init/start/running fixed; i2c start returns error if i2s is running
Diffstat (limited to 'fw/fe310/eos/i2s_def.h')
-rw-r--r-- | fw/fe310/eos/i2s_def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fw/fe310/eos/i2s_def.h b/fw/fe310/eos/i2s_def.h index 1af70bb..a338828 100644 --- a/fw/fe310/eos/i2s_def.h +++ b/fw/fe310/eos/i2s_def.h @@ -1,5 +1,5 @@ -#define EOS_I2S_FMT_ALAW 0 -#define EOS_I2S_FMT_PCM16 1 +#define EOS_I2S_FMT_PCM16 0 +#define EOS_I2S_FMT_ALAW 1 #define EOS_I2S_ETYPE_MIC 1 #define EOS_I2S_ETYPE_SPK 2 |