Home
last modified time | relevance | path

Searched refs:MIDI_CTL_E3_CHORUS_DEPTH (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/include/sound/
Dasoundef.h292 #define MIDI_CTL_E3_CHORUS_DEPTH 0x5d macro
/Linux-v6.6/sound/pci/emu10k1/
Demu10k1_callback.c359 temp += (int)chan->control[MIDI_CTL_E3_CHORUS_DEPTH] * 9 / 10; in start_voice()
/Linux-v6.6/sound/isa/sb/
Demu8000_callback.c274 temp += (int)chan->control[MIDI_CTL_E3_CHORUS_DEPTH] * 9 / 10; in start_voice()
/Linux-v6.6/sound/core/seq/
Dseq_midi_emul.c361 case MIDI_CTL_E3_CHORUS_DEPTH: in do_control()