Searched refs:coeff_blk (Results 1 – 1 of 1) sorted by relevance
1682 const struct wm_coeff_parsed_coeff *coeff_blk, in wm_adsp_check_coeff_flags() argument1686 if ((coeff_blk->flags & f_illegal) || in wm_adsp_check_coeff_flags()1687 ((coeff_blk->flags & f_required) != f_required)) { in wm_adsp_check_coeff_flags()1689 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags()1701 struct wm_coeff_parsed_coeff coeff_blk; in wm_adsp_parse_coeff() local1707 wm_coeff_parse_coeff(dsp, &data, &coeff_blk); in wm_adsp_parse_coeff()1709 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()1713 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in wm_adsp_parse_coeff()1716 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()1725 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()[all …]