Home
last modified time | relevance | path

Searched refs:max_value (Results 1 – 5 of 5) sorted by relevance

/sof-3.4.0/src/include/sof/audio/
Dipc-config.h48 uint32_t max_value; member
/sof-3.4.0/tools/tplg_parser/
Dpga.c89 volume->max_value = round(pow(10, vol_max_db / 20.0) * 65536); in pga_ipc3_build()
/sof-3.4.0/src/include/ipc/
Dtopology.h166 uint32_t max_value; member
/sof-3.4.0/src/ipc/ipc3/
Dhelper.c242 config->volume.max_value = vol->max_value; in comp_specific_builder()
/sof-3.4.0/src/audio/module_adapter/module/volume/
Dvolume.c406 if (vol->min_value || vol->max_value) { in volume_init()
415 if (vol->max_value > VOL_MAX) { in volume_init()
420 cd->vol_max = vol->max_value; in volume_init()
423 cd->vol_ramp_range = vol->max_value - vol->min_value; in volume_init()