Searched refs:coeff_blk (Results 1 – 1 of 1) sorted by relevance
1537 const struct wm_coeff_parsed_coeff *coeff_blk, in wm_adsp_check_coeff_flags() argument1541 if ((coeff_blk->flags & f_illegal) || in wm_adsp_check_coeff_flags()1542 ((coeff_blk->flags & f_required) != f_required)) { in wm_adsp_check_coeff_flags()1544 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags()1556 struct wm_coeff_parsed_coeff coeff_blk; in wm_adsp_parse_coeff() local1562 wm_coeff_parse_coeff(dsp, &data, &coeff_blk); in wm_adsp_parse_coeff()1564 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()1568 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in wm_adsp_parse_coeff()1571 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()1580 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()[all …]