Home
last modified time | relevance | path

Searched refs:drum_channel (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/sound/core/seq/
Dseq_midi_emul.c343 chan->drum_channel = 1; in do_control()
345 chan->drum_channel = 0; in do_control()
403 chan->drum_channel = 1; in snd_midi_channel_set_clear()
405 chan->drum_channel = 0; in snd_midi_channel_set_clear()
540 chset->channels[p].drum_channel = 1; in sysex()
542 chset->channels[p].drum_channel = 0; in sysex()
549 ! chset->channels[p].drum_channel) { in sysex()
580 if (chset->channels[i].drum_channel) in sysex()
643 p->drum_channel = 1; /* Default ch 10 as drums */ in snd_midi_channel_init()
678 chan->drum_channel = 1; in reset_all_channels()
[all …]
/linux-2.6.39/sound/drivers/opl4/
Dopl4_synth.c392 if (!voice->chan->drum_channel) in snd_opl4_update_pan()
408 if (voice->chan->drum_channel) in snd_opl4_update_vibrato_depth()
425 note = chan->drum_channel ? 60 : voice->note; in snd_opl4_update_pitch()
432 if (!chan->drum_channel) in snd_opl4_update_pitch()
492 i = chan->drum_channel ? 0x80 : (chan->midi_program & 0x7f); in snd_opl4_note_on()
/linux-2.6.39/include/sound/
Dseq_midi_emul.h40 drum_channel:1, /* Drum channel */ member
/linux-2.6.39/sound/drivers/opl3/
Dopl3_midi.c333 if (chan->drum_channel) { in snd_opl3_note_on()
683 if (chan->drum_channel && use_internal_drums) { in snd_opl3_note_off_unsafe()
/linux-2.6.39/sound/synth/emux/
Demux_seq.c245 chan->drum_channel = ((port->drum_flags >> i) & 1) ? 1 : 0; in snd_emux_reset_port()
Demux_synth.c887 if (chan->drum_channel) in get_bank()
893 if (chan->drum_channel) in get_bank()
Demux_oss.c412 chan->drum_channel = ((port->drum_flags >> i) & 1) ? 1 : 0; in emuspec_control()