Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/sof/
Dipc4-control.c215 .set_up_volume_table = sof_ipc4_set_up_volume_table,
Dtopology.c261 static int set_up_volume_table(struct snd_sof_control *scontrol, in set_up_volume_table() function
268 if (tplg_ops->control->set_up_volume_table) in set_up_volume_table()
269 return tplg_ops->control->set_up_volume_table(scontrol, tlv, size); in set_up_volume_table()
802 ret = set_up_volume_table(scontrol, tlv, le32_to_cpu(mc->max) + 1); in sof_control_load_volume()
Dsof-audio.h123 int (*set_up_volume_table)(struct snd_sof_control *scontrol, int tlv[SOF_TLV_ITEMS], member
Dipc3-control.c708 .set_up_volume_table = sof_ipc3_set_up_volume_table,