Searched refs:vols (Results 1 – 3 of 3) sorted by relevance
302 cfg_size = struct_size(cfg, vols, 1); in avs_peakvol_create()313 cfg->vols[0].target_volume = volume; in avs_peakvol_create()314 cfg->vols[0].channel_id = AVS_ALL_CHANNELS_MASK; in avs_peakvol_create()315 cfg->vols[0].curve_type = AVS_AUDIO_CURVE_NONE; in avs_peakvol_create()316 cfg->vols[0].curve_duration = 0; in avs_peakvol_create()
640 struct avs_volume_cfg **vols, size_t *num_vols) in avs_ipc_peakvol_get_volume() argument655 *vols = (struct avs_volume_cfg *)payload; in avs_ipc_peakvol_get_volume()656 *num_vols = payload_size / sizeof(**vols); in avs_ipc_peakvol_get_volume()
807 struct avs_volume_cfg vols[]; member906 struct avs_volume_cfg **vols, size_t *num_vols);