Searched refs:tasdevice_clamp (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/sound/soc/codecs/ |
D | tas2781-comlib.c | 417 static int tasdevice_clamp(int val, int max, unsigned int invert) in tasdevice_clamp() function 439 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert); in tasdevice_amp_putvol() 473 val = tasdevice_clamp(val, max, invert); in tasdevice_amp_getvol() 491 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert); in tasdevice_digital_putvol() 524 val = tasdevice_clamp(val, max, invert); in tasdevice_digital_getvol()
|