Searched defs:cs_dsp_coeff_ctl (Results 1 – 1 of 1) sorted by relevance
98 struct cs_dsp_coeff_ctl { struct99 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;[all …]