Home
last modified time | relevance | path

Searched refs:coeff_blk (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/firmware/cirrus/
Dcs_dsp.c1176 const struct cs_dsp_coeff_parsed_coeff *coeff_blk, in cs_dsp_check_coeff_flags() argument
1180 if ((coeff_blk->flags & f_illegal) || in cs_dsp_check_coeff_flags()
1181 ((coeff_blk->flags & f_required) != f_required)) { in cs_dsp_check_coeff_flags()
1183 coeff_blk->flags, coeff_blk->ctl_type); in cs_dsp_check_coeff_flags()
1195 struct cs_dsp_coeff_parsed_coeff coeff_blk; in cs_dsp_parse_coeff() local
1201 cs_dsp_coeff_parse_coeff(dsp, &data, &coeff_blk); in cs_dsp_parse_coeff()
1203 switch (coeff_blk.ctl_type) { in cs_dsp_parse_coeff()
1207 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in cs_dsp_parse_coeff()
1210 ret = cs_dsp_check_coeff_flags(dsp, &coeff_blk, in cs_dsp_parse_coeff()
1220 ret = cs_dsp_check_coeff_flags(dsp, &coeff_blk, in cs_dsp_parse_coeff()
[all …]