Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_event.c122 return set_control_event(dp, 0, SNDRV_SEQ_EVENT_PGMCHANGE, in old_event()
146 return set_control_event(dp, q->e.dev, SNDRV_SEQ_EVENT_PGMCHANGE, in extended_event()
215 return set_control_event(dp, q->l.dev, SNDRV_SEQ_EVENT_PGMCHANGE, in chn_common_event()
Dseq_oss_midi.c562 case SNDRV_SEQ_EVENT_PGMCHANGE: in send_synth_event()
584 case SNDRV_SEQ_EVENT_PGMCHANGE: in send_synth_event()
/Linux-v4.19/include/uapi/sound/
Dasequencer.h53 #define SNDRV_SEQ_EVENT_PGMCHANGE 11 macro
/Linux-v4.19/sound/core/seq/
Dseq_midi_event.c72 {SNDRV_SEQ_EVENT_PGMCHANGE, 1, one_param_ctrl_event, one_param_decode},
Dseq_midi_emul.c151 case SNDRV_SEQ_EVENT_PGMCHANGE: in snd_midi_process_event()