Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dpath.h51 struct avs_path_module { struct
63 struct avs_path_module *source; argument
65 struct avs_path_module *sink;
90 int avs_peakvol_set_volume(struct avs_dev *adev, struct avs_path_module *mod,
92 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()
405 static int avs_copier_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_copier_create()
439 static int avs_whm_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_whm_create()
474 static struct soc_mixer_control *avs_get_module_control(struct avs_path_module *mod, in avs_get_module_control()
498 int avs_peakvol_set_volume(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_volume()
534 int avs_peakvol_set_mute(struct avs_dev *adev, struct avs_path_module *mod, in avs_peakvol_set_mute()
570 static int avs_peakvol_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_peakvol_create()
613 static int avs_updown_mix_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_updown_mix_create()
635 static int avs_src_create(struct avs_dev *adev, struct avs_path_module *mod) in avs_src_create()
[all …]
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()
54 struct avs_path_module *active_module; in avs_control_volume_get()
86 struct avs_path_module *active_module; in avs_control_volume_put()
137 struct avs_path_module *active_module; in avs_control_mute_get()
169 struct avs_path_module *active_module; in avs_control_mute_put()
H A Dapl.c199 struct avs_path_module *mod; in avs_apl_lp_streaming()