Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/codecs/
Dwm_adsp.c1676 const struct wm_coeff_parsed_coeff *coeff_blk, in wm_adsp_check_coeff_flags() argument
1680 if ((coeff_blk->flags & f_illegal) || in wm_adsp_check_coeff_flags()
1681 ((coeff_blk->flags & f_required) != f_required)) { in wm_adsp_check_coeff_flags()
1683 coeff_blk->flags, coeff_blk->ctl_type); in wm_adsp_check_coeff_flags()
1695 struct wm_coeff_parsed_coeff coeff_blk; in wm_adsp_parse_coeff() local
1701 wm_coeff_parse_coeff(dsp, &data, &coeff_blk); in wm_adsp_parse_coeff()
1703 switch (coeff_blk.ctl_type) { in wm_adsp_parse_coeff()
1707 if (coeff_blk.flags & WMFW_CTL_FLAG_SYS) in wm_adsp_parse_coeff()
1710 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()
1719 ret = wm_adsp_check_coeff_flags(dsp, &coeff_blk, in wm_adsp_parse_coeff()
[all …]