Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/
Dcontrol.c49 scontrol->volume_table, sm->max + 1); in snd_sof_volume_get()
69 scontrol->volume_table, sm->max + 1); in snd_sof_volume_put()
Dtopology.c329 scontrol->volume_table = kcalloc(size, sizeof(u32), GFP_KERNEL); in set_up_volume_table()
330 if (!scontrol->volume_table) in set_up_volume_table()
335 scontrol->volume_table[j] = vol_compute_gain(j, tlv); in set_up_volume_table()
1624 volume->min_value = scontrol->volume_table[min_step]; in sof_widget_load_pga()
1625 volume->max_value = scontrol->volume_table[max_step]; in sof_widget_load_pga()
2234 kfree(scontrol->volume_table); in sof_widget_unload()
Dsof-priv.h319 u32 *volume_table; /* volume table computed from tlv data*/ member