Home
last modified time | relevance | path

Searched refs:LIMITMAX (Results 1 – 3 of 3) sorted by relevance

/sound/isa/sb/
Demu8000_callback.c59 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
288 LIMITMAX(temp, 255); in start_voice()
325 LIMITMAX(temp, 255); in trigger_voice()
/sound/pci/emu10k1/
Demu10k1_callback.c58 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
401 LIMITMAX(temp, 255); in start_voice()
409 LIMITMAX(temp, 255); in start_voice()
/sound/synth/emux/
Demux_synth.c38 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
764 LIMITMAX(vp->velocity, 127); in calc_volume()