Searched defs:cs_dsp_coeff_ctl (Results 1 – 1 of 1) sorted by relevance
96 struct cs_dsp_coeff_ctl { struct97 struct list_head list;98 struct cs_dsp *dsp;99 void *cache;100 const char *fw_name;102 const char *subname;103 unsigned int subname_len;104 unsigned int offset;105 size_t len;106 unsigned int type;[all …]