Searched refs:midi_program (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/sound/drivers/opl3/ | 
| D | opl3_midi.c | 307 		   chan->number, chan->midi_program, note, vel);  in snd_opl3_note_on()319 			prg = chan->midi_program;  in snd_opl3_note_on()
 328 		prg = chan->midi_program;  in snd_opl3_note_on()
 665 		   chan->number, chan->midi_program, note);  in snd_opl3_note_off_unsafe()
 708 		   chan->number, chan->midi_program);  in snd_opl3_key_press()
 719 		   chan->number, chan->midi_program);  in snd_opl3_terminate_note()
 808 		   type, chan->number, chan->midi_program);  in snd_opl3_control()
 842 		   chan->number, chan->midi_program);  in snd_opl3_nrpn()
 
 | 
| /Linux-v6.6/sound/core/seq/ | 
| D | seq_midi_emul.c | 141 		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-v6.6/include/sound/ | 
| D | seq_midi_emul.h | 32 	unsigned char midi_program;	/* Instrument number */  member
 | 
| /Linux-v6.6/sound/synth/emux/ | 
| D | emux_oss.c | 438 		chan->midi_program = p1;  in gusspec_control()
 | 
| D | emux_synth.c | 897 	preset = chan->midi_program;  in get_zone()
 | 
| /Linux-v6.6/sound/drivers/opl4/ | 
| D | opl4_synth.c | 492 	i = chan->drum_channel ? 0x80 : (chan->midi_program & 0x7f);  in snd_opl4_note_on()
 |