Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/sof/
Dtopology.c44 #define TLV_STEP 1 macro
232 tlv[TLV_STEP] = (int)(p[SNDRV_CTL_TLVO_DB_SCALE_MUTE_AND_STEP] & in get_tlv_data()
326 dB_gain = tlv[TLV_MIN] + (value * tlv[TLV_STEP]) / 100; in vol_compute_gain()
335 f_step = tlv[TLV_STEP] - (tlv[TLV_STEP] / 100); in vol_compute_gain()