Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/intel/avs/
Dtopology.h32 struct avs_tplg_pplcfg *pplcfgs;
117 struct avs_tplg_pplcfg { struct
178 struct avs_tplg_pplcfg *cfg;
Dtopology.c351 AVS_DEFINE_PTR_PARSER(pplcfg, struct avs_tplg_pplcfg, pplcfgs);
970 .offset = offsetof(struct avs_tplg_pplcfg, req_size),
976 .offset = offsetof(struct avs_tplg_pplcfg, priority),
982 .offset = offsetof(struct avs_tplg_pplcfg, lp),
988 .offset = offsetof(struct avs_tplg_pplcfg, attributes),
994 .offset = offsetof(struct avs_tplg_pplcfg, trigger),
Dpath.c752 struct avs_tplg_pplcfg *cfg = template->cfg; in avs_path_pipeline_create()