Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/intel/avs/
Dpath.c28 static struct avs_path_module *
31 struct avs_path_module *mod; in avs_path_find_module()
143 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
267 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
289 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
306 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
325 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
344 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
362 static int avs_wov_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_wov_create()
379 static int avs_micsel_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_micsel_create()
[all …]
Dpath.h38 struct avs_path_module { struct
50 struct avs_path_module *source; argument
52 struct avs_path_module *sink;
Dapl.c181 struct avs_path_module *mod; in apl_lp_streaming()