Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_PGMCHANGE (Results 1 – 10 of 10) sorted by relevance

/third_party/alsa-lib/test/lsb/
Dmidi_event.c213 TEST_CHECK(ev.type == SND_SEQ_EVENT_PGMCHANGE); in test_encode()
269 TEST_CHECK(ev.type == SND_SEQ_EVENT_PGMCHANGE); in test_encode()
275 TEST_CHECK(ev.type == SND_SEQ_EVENT_PGMCHANGE); in test_encode()
/third_party/alsa-lib/test/
Dclient_event_filter.c28 snd_seq_client_info_event_filter_add(client_info, SND_SEQ_EVENT_PGMCHANGE); in main()
Dseq-decoder.c13 [SND_SEQ_EVENT_PGMCHANGE]= "Program Change",
160 case SND_SEQ_EVENT_PGMCHANGE: in decode_event()
Dseq-sender.c126 ev.type = SND_SEQ_EVENT_PGMCHANGE; in send_event()
/third_party/alsa-lib/include/
Dseq_event.h62 SND_SEQ_EVENT_PGMCHANGE, enumerator
Dseqmid.h442 ((ev)->type = SND_SEQ_EVENT_PGMCHANGE,\
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c341 [0xc] = SND_SEQ_EVENT_PGMCHANGE, in read_track()
709 case SND_SEQ_EVENT_PGMCHANGE: in play_midi()
Darecordmidi.c506 case SND_SEQ_EVENT_PGMCHANGE: in record_event()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c155 case SND_SEQ_EVENT_PGMCHANGE: in dump_event()
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c92 {SND_SEQ_EVENT_PGMCHANGE, 1, one_param_ctrl_event, one_param_decode},