Searched refs:coeff_blk (Results 1 – 1 of 1) sorted by relevance
1656 const struct wm_coeff_parsed_coeff *coeff_blk, in wm_adsp_check_coeff_flags() argument1660 if ((coeff_blk->flags & f_illegal) || in wm_adsp_check_coeff_flags()1661 ((coeff_blk->flags & f_required) != f_required)) { in wm_adsp_check_coeff_flags()1663 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags()1675 struct wm_coeff_parsed_coeff coeff_blk; in wm_adsp_parse_coeff() local1681 wm_coeff_parse_coeff(dsp, &data, &coeff_blk); in wm_adsp_parse_coeff()1683 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()1687 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in wm_adsp_parse_coeff()1690 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()1699 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()[all …]