Lines Matching defs:active_module
53 struct avs_path_module *active_module;
60 active_module = avs_get_volume_module(adev, ctl_data->id);
61 if (active_module) {
62 ret = avs_ipc_peakvol_get_volume(adev, active_module->module_id,
63 active_module->instance_id, &dspvols,
84 struct avs_path_module *active_module;
100 active_module = avs_get_volume_module(adev, ctl_data->id);
101 if (active_module) {
105 ret = avs_ipc_peakvol_set_volume(adev, active_module->module_id,
106 active_module->instance_id, &dspvol);