Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dseq_event.h77 SND_SEQ_EVENT_SONGSEL, enumerator
/third_party/alsa-lib/test/lsb/
Dmidi_event.c87 ev.type = SND_SEQ_EVENT_SONGSEL; in test_decode()
242 TEST_CHECK(ev.type == SND_SEQ_EVENT_SONGSEL); in test_encode()
/third_party/alsa-lib/test/
Dseq-decoder.c20 [SND_SEQ_EVENT_SONGSEL]= "Song Select",
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c183 case SND_SEQ_EVENT_SONGSEL: in dump_event()
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c101 {SND_SEQ_EVENT_SONGSEL, 1, one_param_event, one_param_decode}, /* 0xf3 */
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c567 case SND_SEQ_EVENT_SONGSEL: in record_event()