Searched refs:tasdevice_clamp (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | tas2781-comlib-i2c.c | 195 static int tasdevice_clamp(int val, int max, unsigned int invert) in tasdevice_clamp() function 217 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert); in tasdevice_amp_putvol() 251 val = tasdevice_clamp(val, max, invert); in tasdevice_amp_getvol() 275 val = tasdevice_clamp(val, max, invert); in tasdevice_digital_getvol() 293 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert); in tasdevice_digital_putvol()
|