Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/avs/
H A Dcontrol.c53 struct avs_path_module *active_module; in avs_control_volume_get() local
60 active_module = avs_get_volume_module(adev, ctl_data->id); in avs_control_volume_get()
61 if (active_module) { in avs_control_volume_get()
62 ret = avs_ipc_peakvol_get_volume(adev, active_module->module_id, in avs_control_volume_get()
63 active_module->instance_id, &dspvols, in avs_control_volume_get()
84 struct avs_path_module *active_module; in avs_control_volume_put() local
100 active_module = avs_get_volume_module(adev, ctl_data->id); in avs_control_volume_put()
101 if (active_module) { in avs_control_volume_put()
105 ret = avs_ipc_peakvol_set_volume(adev, active_module->module_id, in avs_control_volume_put()
106 active_module->instance_id, &dspvol); in avs_control_volume_put()