avs_volume_cfg
struct avs_volume_cfg *dspvols;
struct avs_volume_cfg **vols, size_t *num_vols)
*vols = (struct avs_volume_cfg *)payload;
struct avs_volume_cfg *vol)
struct avs_volume_cfg *vols, size_t num_vols)
static_assert(sizeof(struct avs_volume_cfg) == 24);
struct avs_volume_cfg vols[];
struct avs_volume_cfg **vols, size_t *num_vols);
struct avs_volume_cfg *vol);
struct avs_volume_cfg *vols, size_t num_vols);
struct avs_volume_cfg vols[SND_SOC_TPLG_MAX_CHAN] = {{0}};