Searched refs:snd_tlv_convert_from_dB (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/ |
D | pulseaudio.supp | 26 alsa-lib/snd_tlv_convert_from_dB 28 fun:snd_tlv_convert_from_dB
|
/third_party/alsa-lib/src/control/ |
D | tlv.c | 293 int snd_tlv_convert_from_dB(unsigned int *tlv, long rangemin, long rangemax, in snd_tlv_convert_from_dB() function 317 return snd_tlv_convert_from_dB(tlv + pos + 2, in snd_tlv_convert_from_dB() 508 return snd_tlv_convert_from_dB(info.tlv, info.minval, info.maxval, in snd_ctl_convert_from_dB()
|
/third_party/alsa-lib/include/ |
D | control.h | 678 int snd_tlv_convert_from_dB(unsigned int *tlv, long rangemin, long rangemax,
|
/third_party/alsa-lib/src/mixer/ |
D | simple_none.c | 1198 return snd_tlv_convert_from_dB(rec->db_info, rec->min, rec->max, in convert_from_dB()
|