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