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