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.
 
 
 
 
 
 
hardware_samsung/exynos/multimedia/codecs/audio/exynos4/srp/ulp/include/srp_api_ctrl.h

25 lines
617 B

#ifndef __SRP_API_CTRL_H__
#define __SRP_API_CTRL_H__
#ifdef __cplusplus
extern "C" {
#endif
#define SRP_CTRL_DEV_NAME "dev/srp_ctrl"
int SRP_Ctrl_Set_Effect(int effect); /* test only */
int SRP_Ctrl_Enable_Effect(int on);
int SRP_Ctrl_Set_Effect_Def(unsigned long effect_def);
int SRP_Ctrl_Set_Effect_EQ_User(unsigned long eq_user);
int SRP_Ctrl_Set_Pcm_Dump(int on);
int SRP_Ctrl_Get_Pcm_Dump_State(void);
int SRP_Ctrl_Set_Gain(float value);
int SRP_Ctrl_Get_Running_Stat(void);
int SRP_Ctrl_Get_Open_Stat(void);
short *SRP_Ctrl_Get_Pcm(void);
#ifdef __cplusplus
}
#endif
#endif /* __SRP_API_CTRL_H__ */