Searched refs:v_min (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/sound/isa/gus/ |
D | gus_reset.c | 163 static void snd_gf1_clear_voices(struct snd_gus_card * gus, unsigned short v_min, 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()
|
/linux-3.4.99/include/sound/ |
D | gus.h | 582 void snd_gf1_stop_voices(struct snd_gus_card * gus, unsigned short v_min, unsigned short v_max);
|
/linux-3.4.99/sound/pci/trident/ |
D | trident_main.c | 59 unsigned short v_min, unsigned short v_max); 3902 static void snd_trident_clear_voices(struct snd_trident * trident, unsigned short v_min, unsigned s… in snd_trident_clear_voices() argument 3906 if (snd_BUG_ON(v_min > 63 || v_max > 63)) in snd_trident_clear_voices() 3908 for (i = v_min; i <= v_max; i++) in snd_trident_clear_voices()
|
/linux-3.4.99/sound/pci/ali5451/ |
D | ali5451.c | 995 unsigned int v_min, in snd_ali_clear_voices() argument 1000 for (i = v_min; i <= v_max; i++) { in snd_ali_clear_voices()
|