Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/sof/
Dtopology.c38 #define TLV_MIN 0 macro
202 tlv[TLV_MIN] = (int)p[SNDRV_CTL_TLVO_DB_SCALE_MIN] / 100; in get_tlv_data()
299 dB_gain = tlv[TLV_MIN] + (value * tlv[TLV_STEP]) / 100; in vol_compute_gain()