Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/intel/avs/
Dcontrol.c52 struct avs_volume_cfg *dspvols = NULL; in avs_control_volume_get()
85 struct avs_volume_cfg dspvol = {0}; in avs_control_volume_put()
Dmessages.h796 struct avs_volume_cfg { struct
803 static_assert(sizeof(struct avs_volume_cfg) == 24); argument
807 struct avs_volume_cfg vols[];
904 struct avs_volume_cfg *vol);
906 struct avs_volume_cfg **vols, size_t *num_vols);
Dmessages.c633 struct avs_volume_cfg *vol) in avs_ipc_peakvol_set_volume()
640 struct avs_volume_cfg **vols, size_t *num_vols) in avs_ipc_peakvol_get_volume()
655 *vols = (struct avs_volume_cfg *)payload; in avs_ipc_peakvol_get_volume()