Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/sof/
Dtopology.c43 #define TLV_MIN 0 macro
229 tlv[TLV_MIN] = (int)p[SNDRV_CTL_TLVO_DB_SCALE_MIN] / 100; in get_tlv_data()
326 dB_gain = tlv[TLV_MIN] + (value * tlv[TLV_STEP]) / 100; in vol_compute_gain()