Home
last modified time | relevance | path

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

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