Home
last modified time | relevance | path

Searched refs:MIDI_CTL_E1_REVERB_DEPTH (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/include/sound/
Dasoundef.h305 #define MIDI_CTL_E1_REVERB_DEPTH 0x5b macro
/Linux-v4.19/sound/drivers/opl4/
Dopl4_synth.c612 case MIDI_CTL_E1_REVERB_DEPTH: in snd_opl4_control()
/Linux-v4.19/sound/isa/sb/
Demu8000_callback.c324 temp += (int)vp->chan->control[MIDI_CTL_E1_REVERB_DEPTH] * 9 / 10; in trigger_voice()
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_callback.c400 temp += (int)vp->chan->control[MIDI_CTL_E1_REVERB_DEPTH] * 9 / 10; in start_voice()
/Linux-v4.19/sound/core/seq/
Dseq_midi_emul.c368 case MIDI_CTL_E1_REVERB_DEPTH: in do_control()