Home
last modified time | relevance | path

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

/sound/isa/gus/
Dgus_reset.c164 unsigned short v_max) in snd_gf1_clear_voices() argument
171 for (i = v_min; i <= v_max; i++) { in snd_gf1_clear_voices()
205 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max) in snd_gf1_stop_voices() argument
212 for (i = v_min, ramp_ok = 0; i <= v_max; i++) { in snd_gf1_stop_voices()
231 snd_gf1_clear_voices(gus, v_min, v_max); in snd_gf1_stop_voices()
/sound/pci/trident/
Dtrident_main.c58 unsigned short v_min, unsigned short v_max);
3890 … snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned short v_max) in snd_trident_clear_voices() argument
3894 if (snd_BUG_ON(v_min > 63 || v_max > 63)) in snd_trident_clear_voices()
3896 for (i = v_min; i <= v_max; i++) in snd_trident_clear_voices()
/sound/pci/ali5451/
Dali5451.c980 unsigned int v_max) in snd_ali_clear_voices() argument
984 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()