stac9766.h 377 B

123456789101112131415161718
  1. /*
  2. * stac9766.h -- STAC9766 Soc Audio driver
  3. */
  4. #ifndef _STAC9766_H
  5. #define _STAC9766_H
  6. #define AC97_STAC_PAGE0 0x1000
  7. #define AC97_STAC_DA_CONTROL (AC97_STAC_PAGE0 | 0x6A)
  8. #define AC97_STAC_ANALOG_SPECIAL (AC97_STAC_PAGE0 | 0x6E)
  9. #define AC97_STAC_STEREO_MIC 0x78
  10. /* STAC9766 DAI ID's */
  11. #define STAC9766_DAI_AC97_ANALOG 0
  12. #define STAC9766_DAI_AC97_DIGITAL 1
  13. #endif