AudDrv_Common_func.h 733 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /******************************************************************************
  2. *
  3. *
  4. * Filename:
  5. * ---------
  6. * AudDrv_Common_func.h
  7. *
  8. * Project:
  9. * --------
  10. * MT6583 FPGA LDVT Audio Driver
  11. *
  12. * Description:
  13. * ------------
  14. * Audio register
  15. *
  16. * Author:
  17. * -------
  18. * George
  19. *
  20. *---------------------------------------------------------------------------
  21. ---
  22. *
  23. *
  24. *******************************************************************************/
  25. #ifndef AUDIO_COMMON_FUNC_H
  26. #define AUDIO_COMMON_FUNC_H
  27. bool get_voice_bt_status(void);
  28. bool get_voice_status(void);
  29. bool get_voice_md2_bt_status(void);
  30. bool get_voice_md2_status(void);
  31. void Auddrv_Read_Efuse_HPOffset(void);
  32. bool get_internalmd_status(void);
  33. #endif