Searched refs:coeff_blk (Results 1 – 1 of 1) sorted by relevance
1323 const struct cs_dsp_coeff_parsed_coeff *coeff_blk, in cs_dsp_check_coeff_flags() argument1327 if ((coeff_blk->flags & f_illegal) || in cs_dsp_check_coeff_flags()1328 ((coeff_blk->flags & f_required) != f_required)) { in cs_dsp_check_coeff_flags()1330 coeff_blk->flags, coeff_blk->ctl_type); in cs_dsp_check_coeff_flags()1342 struct cs_dsp_coeff_parsed_coeff coeff_blk; in cs_dsp_parse_coeff() local1350 pos = cs_dsp_coeff_parse_coeff(dsp, region, pos, &coeff_blk); in cs_dsp_parse_coeff()1354 switch (coeff_blk.ctl_type) { in cs_dsp_parse_coeff()1358 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in cs_dsp_parse_coeff()1361 ret = cs_dsp_check_coeff_flags(dsp, &coeff_blk, in cs_dsp_parse_coeff()1371 ret = cs_dsp_check_coeff_flags(dsp, &coeff_blk, in cs_dsp_parse_coeff()[all …]