Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dseq_event.h75 SND_SEQ_EVENT_SONGPOS = 20, enumerator
/third_party/alsa-lib/test/lsb/
Dmidi_event.c83 ev.type = SND_SEQ_EVENT_SONGPOS; in test_decode()
238 TEST_CHECK(ev.type == SND_SEQ_EVENT_SONGPOS); in test_encode()
/third_party/alsa-lib/test/
Dseq-decoder.c19 [SND_SEQ_EVENT_SONGPOS]= "Song Position",
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c179 case SND_SEQ_EVENT_SONGPOS: in dump_event()
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c100 {SND_SEQ_EVENT_SONGPOS, 2, songpos_event, songpos_decode}, /* 0xf2 */
/third_party/alsa-utils/seq/aplaymidi/
Darecordmidi.c566 case SND_SEQ_EVENT_SONGPOS: in record_event()