Searched refs:halo_alg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/sound/soc/codecs/ |
| D | wm_adsp.c | 2503 struct wmfw_halo_alg_hdr *halo_alg; in wm_halo_setup_algs() local 2532 len = (sizeof(*halo_alg) * n_algs) / sizeof(u32); in wm_halo_setup_algs() 2534 halo_alg = wm_adsp_read_algs(dsp, n_algs, mem, pos, len); in wm_halo_setup_algs() 2535 if (IS_ERR(halo_alg)) in wm_halo_setup_algs() 2536 return PTR_ERR(halo_alg); in wm_halo_setup_algs() 2541 i, be32_to_cpu(halo_alg[i].alg.id), in wm_halo_setup_algs() 2542 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff0000) >> 16, in wm_halo_setup_algs() 2543 (be32_to_cpu(halo_alg[i].alg.ver) & 0xff00) >> 8, in wm_halo_setup_algs() 2544 be32_to_cpu(halo_alg[i].alg.ver) & 0xff, in wm_halo_setup_algs() 2545 be32_to_cpu(halo_alg[i].xm_base), in wm_halo_setup_algs() [all …]
|