Home
last modified time | relevance | path

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

/linux-6.1.9/include/sound/ !
Dasoundef.h290 #define MIDI_CTL_E1_REVERB_DEPTH 0x5b macro
/linux-6.1.9/sound/drivers/opl4/ !
Dopl4_synth.c612 case MIDI_CTL_E1_REVERB_DEPTH: in snd_opl4_control()
/linux-6.1.9/sound/isa/sb/ !
Demu8000_callback.c311 temp += (int)vp->chan->control[MIDI_CTL_E1_REVERB_DEPTH] * 9 / 10; in trigger_voice()
/linux-6.1.9/sound/core/seq/ !
Dseq_midi_emul.c359 case MIDI_CTL_E1_REVERB_DEPTH: in do_control()
/linux-6.1.9/sound/pci/emu10k1/ !
Demu10k1_callback.c388 temp += (int)vp->chan->control[MIDI_CTL_E1_REVERB_DEPTH] * 9 / 10; in start_voice()