| tag | line | file | source code |
| volume | 177 | drivers/sound/gus_wave.c | static void compute_and_set_volume (int voice, int volume, int ramp_time); |
| volume | 180 | drivers/sound/gus_wave.c | static void compute_volume (int voice, int volume); |
| volume | 1001 | drivers/sound/gus_wave.c | compute_volume (int voice, int volume) |
| volume | 1003 | drivers/sound/gus_wave.c | if (volume < 128) |
| volume | 1004 | drivers/sound/gus_wave.c | voices[voice].midi_volume = volume; |
| volume | 1017 | drivers/sound/gus_wave.c | gus_linear_vol (volume, voices[voice].main_vol); |
| volume | 1030 | drivers/sound/gus_wave.c | compute_and_set_volume (int voice, int volume, int ramp_time) |
| volume | 1035 | drivers/sound/gus_wave.c | compute_volume (voice, volume); |
| volume | 1194 | drivers/sound/gus_wave.c | guswave_start_note2 (int dev, int voice, int note_num, int volume) |
| volume | 1211 | drivers/sound/gus_wave.c | voices[voice].midi_volume = volume; |
| volume | 1216 | drivers/sound/gus_wave.c | compute_and_set_volume (voice, volume, 1); |
| volume | 1269 | drivers/sound/gus_wave.c | voices[voice].patch_vol = samples[sample].volume; |
| volume | 1329 | drivers/sound/gus_wave.c | compute_volume (voice, volume); |
| volume | 1333 | drivers/sound/gus_wave.c | compute_and_set_volume (voice, volume, 0); |
| volume | 1391 | drivers/sound/gus_wave.c | guswave_start_note (int dev, int voice, int note_num, int volume) |
| volume | 1402 | drivers/sound/gus_wave.c | voices[voice].volume_pending = volume; |
| volume | 1405 | drivers/sound/gus_wave.c | ret_val = guswave_start_note2 (dev, voice, note_num, volume); |
| volume | 1433 | drivers/sound/gus_wave.c | ret_val = guswave_start_note2 (dev, voice, note_num, volume); |
| volume | 1439 | drivers/sound/gus_wave.c | voices[voice].volume_pending = volume; |
| volume | 5 | drivers/sound/midi_synth.h | int midi_synth_start_note (int dev, int channel, int note, int volume); |
| volume | 53 | drivers/sound/opl3.c | int volume; |
| volume | 328 | drivers/sound/opl3.c | devc->voc[voice].volume = 64; |
| volume | 399 | drivers/sound/opl3.c | calc_vol (unsigned char *regbyte, int volume, int main_vol) |
| volume | 406 | drivers/sound/opl3.c | volume = (volume * main_vol) / 127; |
| volume | 409 | drivers/sound/opl3.c | level += fm_volume_table[volume]; |
| volume | 420 | drivers/sound/opl3.c | set_voice_volume (int voice, int volume, int main_vol) |
| volume | 450 | drivers/sound/opl3.c | calc_vol (&vol1, volume, main_vol); |
| volume | 451 | drivers/sound/opl3.c | calc_vol (&vol2, volume, main_vol); |
| volume | 455 | drivers/sound/opl3.c | calc_vol (&vol2, volume, main_vol); |
| volume | 482 | drivers/sound/opl3.c | calc_vol (&vol4, volume, main_vol); |
| volume | 486 | drivers/sound/opl3.c | calc_vol (&vol2, volume, main_vol); |
| volume | 487 | drivers/sound/opl3.c | calc_vol (&vol4, volume, main_vol); |
| volume | 491 | drivers/sound/opl3.c | calc_vol (&vol1, volume, main_vol); |
| volume | 492 | drivers/sound/opl3.c | calc_vol (&vol4, volume, main_vol); |
| volume | 496 | drivers/sound/opl3.c | calc_vol (&vol1, volume, main_vol); |
| volume | 497 | drivers/sound/opl3.c | calc_vol (&vol3, volume, main_vol); |
| volume | 498 | drivers/sound/opl3.c | calc_vol (&vol4, volume, main_vol); |
| volume | 512 | drivers/sound/opl3.c | opl3_start_note (int dev, int voice, int note, int volume) |
| volume | 531 | drivers/sound/opl3.c | set_voice_volume (voice, volume, devc->voc[voice].volume); |
| volume | 680 | drivers/sound/opl3.c | set_voice_volume (voice, volume, devc->voc[voice].volume); |
| volume | 1036 | drivers/sound/opl3.c | devc->voc[voice].volume = value / 128; |
| volume | 1133 | drivers/sound/opl3.c | devc->voc[voice].volume = |
| volume | 231 | include/linux/soundcard.h | int volume; |