Searched refs:midi_program (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/sound/drivers/opl3/ | 
| D | opl3_midi.c | 308 		   chan->number, chan->midi_program, note, vel);  in snd_opl3_note_on() 320 			prg = chan->midi_program;  in snd_opl3_note_on() 329 		prg = chan->midi_program;  in snd_opl3_note_on() 666 		   chan->number, chan->midi_program, note);  in snd_opl3_note_off_unsafe() 709 		   chan->number, chan->midi_program);  in snd_opl3_key_press() 720 		   chan->number, chan->midi_program);  in snd_opl3_terminate_note() 809 		   type, chan->number, chan->midi_program);  in snd_opl3_control() 843 		   chan->number, chan->midi_program);  in snd_opl3_nrpn()
  | 
| /Linux-v5.4/sound/core/seq/ | 
| D | seq_midi_emul.c | 138 		chan->midi_program = ev->data.control.value;  in snd_midi_process_event() 386 		chan->midi_program = 0;  in snd_midi_channel_set_clear() 543 				chset->channels[p].midi_program = buf[7];  in sysex()
  | 
| /Linux-v5.4/include/sound/ | 
| D | seq_midi_emul.h | 32 	unsigned char midi_program;	/* Instrument number */  member
  | 
| /Linux-v5.4/sound/synth/emux/ | 
| D | emux_oss.c | 438 		chan->midi_program = p1;  in gusspec_control()
  | 
| D | emux_synth.c | 896 	preset = chan->midi_program;  in get_zone()
  | 
| /Linux-v5.4/sound/drivers/opl4/ | 
| D | opl4_synth.c | 492 	i = chan->drum_channel ? 0x80 : (chan->midi_program & 0x7f);  in snd_opl4_note_on()
  |