audhw.h
上传用户:poi891205
上传日期:2013-07-15
资源大小:9745k
文件大小:0k
源码类别:

DVD

开发平台:

C/C++

  1. //2004AUDDRV oliver 20041006 for using audio driver purpose, the followings were moved to audkernel.c .h
  2. #if 0
  3. #ifndef __HWSETUP_H
  4. #define __HWSETUP_H
  5. void    audhw_clk_init();
  6. void audhw_set_samp_rate(unsigned fs);
  7. void    audhw_spdif_off(unsigned fs);
  8. #endif/*__HWSETUP_H*/
  9. #endif