Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dtlv.c237 int mindb, maxdb; in snd_tlv_convert_to_dB() local
239 maxdb = tlv[SNDRV_CTL_TLVO_DB_MINMAX_MAX]; in snd_tlv_convert_to_dB()
246 *db_gain = maxdb; in snd_tlv_convert_to_dB()
248 *db_gain = (maxdb - mindb) * (volume - rangemin) / in snd_tlv_convert_to_dB()
255 int maxdb = tlv[SNDRV_CTL_TLVO_DB_LINEAR_MAX]; in snd_tlv_convert_to_dB() local
259 *db_gain = maxdb; in snd_tlv_convert_to_dB()
265 maxdb; in snd_tlv_convert_to_dB()
269 double lmax = pow(10.0, maxdb/2000.0); in snd_tlv_convert_to_dB()