Home
last modified time | relevance | path

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

/linux/sound/core/seq/
H A Dseq_midi_emul.c141 chan->midi_program = ev->data.control.value; in snd_midi_process_event()
391 chan->midi_program = 0; in snd_midi_channel_set_clear()
548 chset->channels[p].midi_program = buf[7]; in sysex()
/linux/include/sound/
H A Dseq_midi_emul.h32 unsigned char midi_program; /* Instrument number */ member
/linux/sound/synth/emux/
H A Demux_oss.c440 chan->midi_program = p1; in gusspec_control()
/linux/sound/drivers/opl4/
H A Dopl4_synth.c492 i = chan->drum_channel ? 0x80 : (chan->midi_program & 0x7f); in snd_opl4_note_on()