Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/sof/
Dsof-audio.h73 u32 *volume_table; /* volume table computed from tlv data*/ member
Dcontrol.c81 scontrol->volume_table, sm->max + 1); in snd_sof_volume_get()
101 scontrol->volume_table, sm->max + 1); in snd_sof_volume_put()
Dtopology.c356 scontrol->volume_table = kcalloc(size, sizeof(u32), GFP_KERNEL); in set_up_volume_table()
357 if (!scontrol->volume_table) in set_up_volume_table()
362 scontrol->volume_table[j] = vol_compute_gain(j, tlv); in set_up_volume_table()
1105 kfree(scontrol->volume_table); in sof_control_load_volume()
1923 scontrol->volume_table) { in sof_widget_load_pga()
1926 volume->min_value = scontrol->volume_table[min_step]; in sof_widget_load_pga()
1927 volume->max_value = scontrol->volume_table[max_step]; in sof_widget_load_pga()
2612 kfree(scontrol->volume_table); in sof_widget_unload()