sndrv.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef _ASM_IA64_SN_SNDRV_H
  2. #define _ASM_IA64_SN_SNDRV_H
  3. /* ioctl commands */
  4. #define SNDRV_GET_ROUTERINFO 1
  5. #define SNDRV_GET_INFOSIZE 2
  6. #define SNDRV_GET_HUBINFO 3
  7. #define SNDRV_GET_FLASHLOGSIZE 4
  8. #define SNDRV_SET_FLASHSYNC 5
  9. #define SNDRV_GET_FLASHLOGDATA 6
  10. #define SNDRV_GET_FLASHLOGALL 7
  11. #define SNDRV_SET_HISTOGRAM_TYPE 14
  12. #define SNDRV_ELSC_COMMAND 19
  13. #define SNDRV_CLEAR_LOG 20
  14. #define SNDRV_INIT_LOG 21
  15. #define SNDRV_GET_PIMM_PSC 22
  16. #define SNDRV_SET_PARTITION 23
  17. #define SNDRV_GET_PARTITION 24
  18. /* see synergy_perf_ioctl() */
  19. #define SNDRV_GET_SYNERGY_VERSION 30
  20. #define SNDRV_GET_SYNERGY_STATUS 31
  21. #define SNDRV_GET_SYNERGYINFO 32
  22. #define SNDRV_SYNERGY_APPEND 33
  23. #define SNDRV_SYNERGY_ENABLE 34
  24. #define SNDRV_SYNERGY_FREQ 35
  25. /* Devices */
  26. #define SNDRV_UKNOWN_DEVICE -1
  27. #define SNDRV_ROUTER_DEVICE 1
  28. #define SNDRV_HUB_DEVICE 2
  29. #define SNDRV_ELSC_NVRAM_DEVICE 3
  30. #define SNDRV_ELSC_CONTROLLER_DEVICE 4
  31. #define SNDRV_SYSCTL_SUBCH 5
  32. #define SNDRV_SYNERGY_DEVICE 6
  33. #endif /* _ASM_IA64_SN_SNDRV_H */