Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/avs/
Dtopology.h32 struct avs_tplg_pplcfg *pplcfgs;
114 struct avs_tplg_pplcfg { struct
165 struct avs_tplg_pplcfg *cfg;
Dtopology.c349 AVS_DEFINE_PTR_PARSER(pplcfg, struct avs_tplg_pplcfg, pplcfgs);
928 .offset = offsetof(struct avs_tplg_pplcfg, req_size),
934 .offset = offsetof(struct avs_tplg_pplcfg, priority),
940 .offset = offsetof(struct avs_tplg_pplcfg, lp),
946 .offset = offsetof(struct avs_tplg_pplcfg, attributes),
952 .offset = offsetof(struct avs_tplg_pplcfg, trigger),
Dpath.c661 struct avs_tplg_pplcfg *cfg = template->cfg; in avs_path_pipeline_create()