Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/intel/avs/
H A Dpath.h38 struct avs_path_module { struct
50 struct avs_path_module *source; argument
52 struct avs_path_module *sink;
77 int avs_peakvol_set_volume(struct avs_dev *adev, struct avs_path_module *mod,
79 int avs_peakvol_set_mute(struct avs_dev *adev, struct avs_path_module *mod,
H A Dpath.c30 static struct avs_path_module *
33 struct avs_path_module *mod; in avs_path_find_module()
772 static struct avs_path_module *
777 struct avs_path_module *mod; in avs_path_module_create()
886 struct avs_path_module *mod; in avs_path_pipeline_arm()
889 struct avs_path_module *source, *sink; in avs_path_pipeline_arm()
897 struct avs_path_module, node)) in avs_path_pipeline_arm()
917 struct avs_path_module *mod, *save; in avs_path_pipeline_free()
967 struct avs_path_module *mod; in avs_path_pipeline_create()
1169 struct avs_path_module *source, *sink; in avs_path_bind()
[all …]
H A Dcontrol.c25 static struct avs_path_module *avs_get_volume_module(struct avs_dev *adev, u32 id) in avs_get_volume_module()
29 struct avs_path_module *mod; in avs_get_volume_module()
55 struct avs_path_module *active_module; in avs_control_volume_get()
87 struct avs_path_module *active_module; in avs_control_volume_put()
138 struct avs_path_module *active_module; in avs_control_mute_get()
170 struct avs_path_module *active_module; in avs_control_mute_put()
H A Dapl.c198 struct avs_path_module *mod; in avs_apl_lp_streaming()