Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/
Dtopology.c35 #define TLV_MIN 0 macro
140 tlv[TLV_MIN] = (int)p[SNDRV_CTL_TLVO_DB_SCALE_MIN] / 100; in get_tlv_data()
237 dB_gain = tlv[TLV_MIN] + (value * tlv[TLV_STEP]) / 100; in vol_compute_gain()