Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/
Dtopology.c36 #define TLV_STEP 1 macro
143 tlv[TLV_STEP] = (int)(p[SNDRV_CTL_TLVO_DB_SCALE_MUTE_AND_STEP] & in get_tlv_data()
237 dB_gain = tlv[TLV_MIN] + (value * tlv[TLV_STEP]) / 100; in vol_compute_gain()
246 f_step = tlv[TLV_STEP] - (tlv[TLV_STEP] / 100); in vol_compute_gain()