Searched refs:tasdevice_clamp (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dtas2781-comlib.c430 static int tasdevice_clamp(int val, int max, unsigned int invert) function
452 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert);
486 val = tasdevice_clamp(val, max, invert);
504 val = tasdevice_clamp(ucontrol->value.integer.value[0], max, invert);
537 val = tasdevice_clamp(val, max, invert);

Completed in 75 milliseconds