sii9022-audio.h 300 B

123456789101112
  1. #ifndef __DT_SII9022_AUDIO_H
  2. #define __DT_SII9022_AUDIO_H
  3. #define ENABLE_BIT 0x80
  4. #define CONNECT_SD0 0x00
  5. #define CONNECT_SD1 0x10
  6. #define CONNECT_SD2 0x20
  7. #define CONNECT_SD3 0x30
  8. #define AUTOMATIC_DOWNSAMPLE_BIT 0x08
  9. #define LEFT_RIGHT_SWAP_BIT 0x04
  10. #endif /* __DT_SII9022_AUDIO_H */