Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm_adsp.c2267 struct wmfw_adsp1_id_hdr adsp1_id; in wm_adsp1_setup_algs() local
2279 ret = regmap_raw_read(dsp->regmap, mem->base, &adsp1_id, in wm_adsp1_setup_algs()
2280 sizeof(adsp1_id)); in wm_adsp1_setup_algs()
2287 n_algs = be32_to_cpu(adsp1_id.n_algs); in wm_adsp1_setup_algs()
2289 wmfw_parse_id_header(dsp, &adsp1_id.fw, n_algs); in wm_adsp1_setup_algs()
2292 adsp1_id.fw.id, adsp1_id.zm); in wm_adsp1_setup_algs()
2297 adsp1_id.fw.id, adsp1_id.dm); in wm_adsp1_setup_algs()
2302 pos = sizeof(adsp1_id) / sizeof(u32); in wm_adsp1_setup_algs()