Lines Matching refs:active_module
55 struct avs_path_module *active_module; in avs_control_volume_get() local
66 active_module = avs_get_volume_module(adev, ctl_data->id); in avs_control_volume_get()
67 if (active_module) { in avs_control_volume_get()
68 ret = avs_ipc_peakvol_get_volume(adev, active_module->module_id, in avs_control_volume_get()
69 active_module->instance_id, &dspvols, in avs_control_volume_get()
87 struct avs_path_module *active_module; in avs_control_volume_put() local
112 active_module = avs_get_volume_module(adev, ctl_data->id); in avs_control_volume_put()
113 if (active_module) { in avs_control_volume_put()
114 ret = avs_peakvol_set_volume(adev, active_module, mc, input); in avs_control_volume_put()
138 struct avs_path_module *active_module; in avs_control_mute_get() local
149 active_module = avs_get_volume_module(adev, ctl_data->id); in avs_control_mute_get()
150 if (active_module) { in avs_control_mute_get()
151 ret = avs_ipc_peakvol_get_mute(adev, active_module->module_id, in avs_control_mute_get()
152 active_module->instance_id, &dspmutes, in avs_control_mute_get()
170 struct avs_path_module *active_module; in avs_control_mute_put() local
195 active_module = avs_get_volume_module(adev, ctl_data->id); in avs_control_mute_put()
196 if (active_module) { in avs_control_mute_put()
197 ret = avs_peakvol_set_mute(adev, active_module, mc, input); in avs_control_mute_put()