Home
last modified time | relevance | path

Searched refs:dB_gain (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/sof/
H A Dtopology.c230 int dB_gain; in vol_compute_gain() local
242 dB_gain = tlv[TLV_MIN] + (value * tlv[TLV_STEP]) / 100; in vol_compute_gain()
248 linear_gain = vol_pow32(VOL_TWENTIETH_ROOT_OF_TEN, dB_gain, VOLUME_FWL); in vol_compute_gain()
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c314 int dB_gain; in vol_compute_gain() local
326 dB_gain = tlv[TLV_MIN] + (value * tlv[TLV_STEP]) / 100; in vol_compute_gain()
332 linear_gain = vol_pow32(VOL_TWENTIETH_ROOT_OF_TEN, dB_gain, VOLUME_FWL); in vol_compute_gain()

Completed in 8 milliseconds