36#ifndef __CUSTOMPROC_DSP_CTRL_H__
37#define __CUSTOMPROC_DSP_CTRL_H__
41#include <audio/dsp_framework/customproc_command_base.h>
42#include <audio/dsp_framework/customproc_dsp_userproc_if.h>
50 : m_p_userproc(p_userproc_ins)
69 static CtrlProc CtrlFuncTbl[CustomprocCommand::CmdTypeNum][DspStateNum];
Definition: customproc_dsp_ctrl.h:45
Definition: customproc_dsp_userproc_if.h:42
Definition: customproc_command_base.h:154