Searched refs:coeff_blk (Results 1 – 1 of 1) sorted by relevance
1681 const struct wm_coeff_parsed_coeff *coeff_blk, in wm_adsp_check_coeff_flags() argument1685 if ((coeff_blk->flags & f_illegal) || in wm_adsp_check_coeff_flags()1686 ((coeff_blk->flags & f_required) != f_required)) { in wm_adsp_check_coeff_flags()1688 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags()1700 struct wm_coeff_parsed_coeff coeff_blk; in wm_adsp_parse_coeff() local1706 wm_coeff_parse_coeff(dsp, &data, &coeff_blk); in wm_adsp_parse_coeff()1708 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()1712 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in wm_adsp_parse_coeff()1715 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()1724 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()[all …]