Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsoundcard.h1013 #define MIDI_PGM_CHANGE 0xC0 macro
1211 _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0);}
1214 _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
/linux-2.4.37.9/drivers/sound/
Dsequencer.c543 case MIDI_PGM_CHANGE: in seq_chn_common_event()