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.

29 lines
611 B

/*
* Copyright (c) Hisilicon Technologies Co., Ltd. 2019-2019. All rights reserved.
* Description: implement of amp driver include files
* Author: audio
* Create: 2019-05-30
*/
#ifndef __DRV_AMP_H__
#define __DRV_AMP_H__
#include "td_type.h"
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
td_s32 amp_drv_open(td_void *private_data);
td_s32 amp_drv_release(td_void *private_data);
td_s32 amp_drv_suspend(td_void);
td_s32 amp_drv_resume(td_void);
td_s32 amp_drv_ioctl(td_u32 cmd, td_void *arg, td_void *private_data);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* __DRV_AMP_H__ */