Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.0 KiB

  1. //==========================================================================;
  2. //
  3. // File: ATIDIGAD.H
  4. //
  5. // Notes: This file is provided under strict non-disclosure agreements
  6. // it is and remains the property of ATI Technologies Inc.
  7. // Any use of this file or the information it contains to
  8. // develop products commercial or otherwise must be with the
  9. // permission of ATI Technologies Inc.
  10. //
  11. // Copyright (C) 1997 - 1998, ATI Technologies Inc.
  12. //
  13. //==========================================================================;
  14. #ifndef _ATIDIGAD_H_
  15. #define _ATIDIGAD_H_
  16. typedef struct tag_DIGITAL_AUD_INFO
  17. {
  18. BOOL bI2SInSupported;
  19. BOOL bI2SOutSupported;
  20. WORD wI2S_DAC_Device;
  21. WORD wReference_Clock;
  22. BOOL bSPDIFSupported;
  23. } DIGITAL_AUD_INFO, * PDIGITAL_AUD_INFO;
  24. // Start enum value matches value in MM Table
  25. enum
  26. {
  27. TDA1309_32 = 0,
  28. TDA1309_64,
  29. ITTMSP3430,
  30. };
  31. // Start enum value matches value in MM Table
  32. enum
  33. {
  34. REF_286MHZ = 4,
  35. REF_295MHZ,
  36. REF_270MHZ,
  37. REF_143MHZ,
  38. };
  39. #endif