Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsoundcard.h1023 #define MIDI_PGM_CHANGE 0xC0 macro
1204 _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
/linux-2.6.39/sound/core/seq/oss/
Dseq_oss_event.c213 case MIDI_PGM_CHANGE: in chn_common_event()
Dseq_oss_midi.c567 ossev.l.cmd = MIDI_PGM_CHANGE; break; in send_synth_event()
/linux-2.6.39/sound/oss/
Dsequencer.c545 case MIDI_PGM_CHANGE: in seq_chn_common_event()