Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm_adsp.c789 dsp->num, region_name, alg_region->alg); in wm_adsp_create_control()
794 wm_adsp_fw_text[dsp->fw], alg_region->alg); in wm_adsp_create_control()
1035 alg_region.alg = alg_blk.id; in wm_adsp_parse_coeff()
1298 alg_region->alg == ctl->alg_region.alg && in wm_adsp_ctl_fixup_base()
1308 void *alg; in wm_adsp_read_algs() local
1334 alg = kzalloc(len * 2, GFP_KERNEL | GFP_DMA); in wm_adsp_read_algs()
1335 if (!alg) in wm_adsp_read_algs()
1338 ret = regmap_raw_read(dsp->regmap, pos, alg, len * 2); in wm_adsp_read_algs()
1342 kfree(alg); in wm_adsp_read_algs()
1346 return alg; in wm_adsp_read_algs()
[all …]
Dwmfw.h92 struct wmfw_alg_hdr alg; member
98 struct wmfw_alg_hdr alg; member
Dwm_adsp.h28 unsigned int alg; member