Home
last modified time | relevance | path

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

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