Lines Matching defs:cs_dsp_coeff_ctl
98 struct cs_dsp_coeff_ctl { struct
99 struct list_head list;
100 struct cs_dsp *dsp;
101 void *cache;
102 const char *fw_name;
104 const char *subname;
105 unsigned int subname_len;
106 unsigned int offset;
107 size_t len;
108 unsigned int type;
109 unsigned int flags;
110 unsigned int set:1;
111 unsigned int enabled:1;
112 struct cs_dsp_alg_region alg_region;
114 void *priv;