Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/control/
Dtlv.c143 long submin, submax; in snd_tlv_get_dB_range() local
144 submin = (int)tlv[pos]; in snd_tlv_get_dB_range()
149 submin, submax, in snd_tlv_get_dB_range()
308 long submin, submax; in snd_tlv_convert_from_dB() local
309 submin = (int)tlv[pos]; in snd_tlv_convert_from_dB()
314 submin, submax, in snd_tlv_convert_from_dB()
318 submin, submax, in snd_tlv_convert_from_dB()
321 *value = xdir > 0 || pos == 2 ? submin : prev_submax; in snd_tlv_convert_from_dB()