Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Dmessages.c681 struct avs_volume_cfg **vols, size_t *num_vols) in avs_ipc_peakvol_get_volume() argument
697 *num_vols = payload_size / sizeof(**vols); in avs_ipc_peakvol_get_volume()
710 struct avs_volume_cfg *vols, size_t num_vols) in avs_ipc_peakvol_set_volumes() argument
718 size = num_vols * sizeof(*vols); in avs_ipc_peakvol_set_volumes()
719 size += num_vols * sizeof(*tlv); in avs_ipc_peakvol_set_volumes()
727 for (offset = i = 0; i < num_vols; i++) { in avs_ipc_peakvol_set_volumes()
H A Dmessages.h967 struct avs_volume_cfg **vols, size_t *num_vols);
971 struct avs_volume_cfg *vols, size_t num_vols);