Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsoundcard.h1015 #define MIDI_PGM_CHANGE 0xC0 macro
1196 _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
/linux-4.1.27/sound/core/seq/oss/
Dseq_oss_event.c213 case MIDI_PGM_CHANGE: in chn_common_event()
Dseq_oss_midi.c561 ossev.l.cmd = MIDI_PGM_CHANGE; break; in send_synth_event()
/linux-4.1.27/sound/oss/
Dsequencer.c543 case MIDI_PGM_CHANGE: in seq_chn_common_event()