Home
last modified time | relevance | path

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

/Linux-v6.6/sound/soc/codecs/
Dwm_adsp.c1559 struct wm_adsp_host_buf_coeff_v1 coeff_v1; in wm_adsp_buffer_parse_coeff() local
1566 ret = cs_dsp_coeff_read_ctrl(cs_ctl, 0, &coeff_v1, in wm_adsp_buffer_parse_coeff()
1567 min(cs_ctl->len, sizeof(coeff_v1))); in wm_adsp_buffer_parse_coeff()
1571 if (coeff_v1.host_buf_ptr) in wm_adsp_buffer_parse_coeff()
1577 if (!coeff_v1.host_buf_ptr) { in wm_adsp_buffer_parse_coeff()
1587 buf->host_buf_ptr = be32_to_cpu(coeff_v1.host_buf_ptr); in wm_adsp_buffer_parse_coeff()
1600 version = be32_to_cpu(coeff_v1.versions) & HOST_BUF_COEFF_COMPAT_VER_MASK; in wm_adsp_buffer_parse_coeff()
1611 cs_dsp_remove_padding((u32 *)&coeff_v1.name, ARRAY_SIZE(coeff_v1.name)); in wm_adsp_buffer_parse_coeff()
1614 (char *)&coeff_v1.name); in wm_adsp_buffer_parse_coeff()