Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_PGMCHANGE (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_event.c109 return set_control_event(dp, 0, SNDRV_SEQ_EVENT_PGMCHANGE, in old_event()
133 return set_control_event(dp, q->e.dev, SNDRV_SEQ_EVENT_PGMCHANGE, in extended_event()
202 return set_control_event(dp, q->l.dev, SNDRV_SEQ_EVENT_PGMCHANGE, in chn_common_event()
H A Dseq_oss_midi.c569 case SNDRV_SEQ_EVENT_PGMCHANGE: in send_synth_event()
591 case SNDRV_SEQ_EVENT_PGMCHANGE: in send_synth_event()
/openbmc/linux/sound/core/seq/
H A Dseq_ump_convert.c128 {SNDRV_SEQ_EVENT_PGMCHANGE, ump_midi1_to_ctrl_ev}, /* 0xc0 */
251 ev->type = SNDRV_SEQ_EVENT_PGMCHANGE; in ump_midi2_to_pgm_ev()
297 {SNDRV_SEQ_EVENT_PGMCHANGE, ump_midi2_to_pgm_ev}, /* 0xc0 */
1048 { SNDRV_SEQ_EVENT_PGMCHANGE, UMP_MSG_STATUS_PROGRAM,
H A Dseq_midi_event.c59 {SNDRV_SEQ_EVENT_PGMCHANGE, 1, one_param_ctrl_event, one_param_decode},
H A Dseq_midi_emul.c140 case SNDRV_SEQ_EVENT_PGMCHANGE: in snd_midi_process_event()
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h37 #define SNDRV_SEQ_EVENT_PGMCHANGE 11 macro