Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc3-control.c166 scontrol->volume_table, in sof_ipc3_volume_get()
184 scontrol->volume_table, scontrol->max + 1); in sof_ipc3_volume_put()
705 scontrol->volume_table = kcalloc(size, sizeof(u32), GFP_KERNEL); in sof_ipc3_set_up_volume_table()
706 if (!scontrol->volume_table) in sof_ipc3_set_up_volume_table()
711 scontrol->volume_table[i] = vol_compute_gain(i, tlv); in sof_ipc3_set_up_volume_table()
H A Dsof-audio.h372 int min_volume_step; /* min volume step for volume_table */
373 int max_volume_step; /* max volume step for volume_table */
385 u32 *volume_table; /* volume table computed from tlv data*/ member
H A Dipc3-topology.c782 scontrol->volume_table) { in sof_ipc3_widget_setup_comp_pga()
785 volume->min_value = scontrol->volume_table[min_step]; in sof_ipc3_widget_setup_comp_pga()
786 volume->max_value = scontrol->volume_table[max_step]; in sof_ipc3_widget_setup_comp_pga()