Home
last modified time | relevance | path

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

/linux-6.1.9/sound/isa/sb/
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-6.1.9/sound/pci/emu10k1/
Demu10k1_callback.c45 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
389 LIMITMAX(temp, 255); in start_voice()
397 LIMITMAX(temp, 255); in start_voice()
/linux-6.1.9/sound/synth/emux/
Demux_synth.c24 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0) macro
748 LIMITMAX(vp->velocity, 127); in calc_volume()