#ifndef _SANECORE_ADSP_ADUPROC_H__
|
#define _SANECORE_ADSP_ADUPROC_H__
|
|
#include "scene.h"
|
|
void sport_isr(int sig_int);
|
|
void sport3_isr(int sig_int);
|
|
void sport_usb_isr(int sig_int);
|
|
void aud_process(void);
|
|
int empty_execute(void* handle);
|
|
int input_execute(pinput_handle handle);
|
|
int meter_execute(pmeter_handle handle);
|
|
int delay_execute(pdelay_handle handle);
|
|
int eq_execute(peq_handle handle);
|
|
int expander_execute(pexpander_handle handle);
|
|
int compressor_execute(pcompressor_handle handle);
|
|
int mixer_execute(pmixer_handle handle);
|
|
int crossover_execute(pcrossover_handle handle);
|
|
int output_execute(poutput_handle handle);
|
|
int gain_execute(pgain_handle handle);
|
|
int feedback_execute(pfeedback_handle handle);
|
|
int gainsharing_automixer_execute(pgainsharing_mixer_handle handle);
|
|
int fir_execute(pcommon_handle handle);
|
|
int aec_execute(paec_handle handle);
|
int agc_execute(pagc_handle handle);
|
int ans_execute(pans_handle handle);
|
int selector_execute(pselector_handle handle);
|
int sysctl_execute(psysctl_handle handle);
|
int afc_execute(pafc_handle handle);
|
|
int gating_automixer_execute(pgating_mixer_handle handle);
|
int spl_execute(pspl_handle handle);
|
int gate_execute(pgate_handle handle);
|
int ducker_execute(pducker_handle handle);
|
int reverb_execute(preverb_handle handle);
|
int echo_execute(pecho_handle handle);
|
int geq_execute(pgeq_handle handle);
|
|
#endif
|