Lines Matching defs:cs_dsp_coeff_ctl
88 struct cs_dsp_coeff_ctl { struct
89 struct list_head list;
90 struct cs_dsp *dsp;
91 void *cache;
92 const char *fw_name;
94 const char *subname;
95 unsigned int subname_len;
96 unsigned int offset;
97 size_t len;
98 unsigned int type;
99 unsigned int flags;
100 unsigned int set:1;
101 unsigned int enabled:1;
102 struct cs_dsp_alg_region alg_region;
104 void *priv;