Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/avs/
H A Dpath.c29 static struct avs_path_module *
32 struct avs_path_module *mod; in avs_path_find_module()
557 static struct avs_path_module *
562 struct avs_path_module *mod; in avs_path_module_create()
665 struct avs_path_module *mod; in avs_path_pipeline_arm()
668 struct avs_path_module *source, *sink; in avs_path_pipeline_arm()
676 struct avs_path_module, node)) in avs_path_pipeline_arm()
698 struct avs_path_module *mod, *save; in avs_path_pipeline_free()
748 struct avs_path_module *mod; in avs_path_pipeline_create()
950 struct avs_path_module *source, *sink; in avs_path_bind()
[all …]
H A Dpath.h38 struct avs_path_module { struct
50 struct avs_path_module *source; argument
52 struct avs_path_module *sink;
H A 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()
H A Dapl.c178 struct avs_path_module *mod; in apl_lp_streaming()