Home
last modified time | relevance | path

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

/linux/sound/pci/emu10k1/
H A Demu10k1_callback.c45 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
355 LIMITMAX(temp, 255); in start_voice()
362 LIMITMAX(temp, 255); in start_voice()
/linux/sound/isa/sb/
H A Demu8000_callback.c46 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
275 LIMITMAX(temp, 255); in start_voice()
312 LIMITMAX(temp, 255); in trigger_voice()
/linux/sound/synth/emux/
H A Demux_synth.c24 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
748 LIMITMAX(vp->velocity, 127); in calc_volume()