audio.h 423 B

12345678910111213141516171819202122232425
  1. #ifndef _INCLUDE_CFG_AUDIO_H_
  2. #define _INCLUDE_CFG_AUDIO_H_
  3. /*
  4. * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  5. */
  6. #ifndef VSCODEC0_SPI_MODE
  7. #define VSCODEC0_SPI_MODE 0
  8. #endif
  9. #ifndef VSCODEC0_HWRST_DURATION
  10. #define VSCODEC0_HWRST_DURATION 1
  11. #endif
  12. #ifndef VSCODEC0_HWRST_RECOVER
  13. #define VSCODEC0_HWRST_RECOVER 0
  14. #endif
  15. #ifndef VSCODEC_SWRST_RECOVER
  16. #define VSCODEC_SWRST_RECOVER 0
  17. #endif
  18. #endif