Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/intel/avs/
Dpath.c30 static struct avs_path_module *
33 struct avs_path_module *mod; in avs_path_find_module()
145 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
265 static struct avs_control_data *avs_get_module_control(struct avs_path_module *mod) in avs_get_module_control()
288 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create()
324 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
346 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
363 static int avs_asrc_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_asrc_create()
383 static int avs_aec_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_aec_create()
402 static int avs_mux_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_mux_create()
[all …]
Dpath.h38 struct avs_path_module { struct
50 struct avs_path_module *source; argument
52 struct avs_path_module *sink;
Dcontrol.c24 static struct avs_path_module *avs_get_volume_module(struct avs_dev *adev, u32 id) in avs_get_volume_module()
28 struct avs_path_module *mod; in avs_get_volume_module()
53 struct avs_path_module *active_module; in avs_control_volume_get()
84 struct avs_path_module *active_module; in avs_control_volume_put()
Dapl.c197 struct avs_path_module *mod; in avs_apl_lp_streaming()