Home
last modified time | relevance | path

Searched refs:SND_SEQ_CLIENT_SYSTEM (Results 1 – 7 of 7) sorted by relevance

/third_party/alsa-lib/include/
Dseqmid.h220 snd_seq_ev_set_dest(ev, SND_SEQ_CLIENT_SYSTEM, SND_SEQ_PORT_SYSTEM_TIMER),\
271 snd_seq_ev_set_dest(ev, SND_SEQ_CLIENT_SYSTEM, SND_SEQ_PORT_SYSTEM_TIMER),\
283 snd_seq_ev_set_dest(ev, SND_SEQ_CLIENT_SYSTEM, SND_SEQ_PORT_SYSTEM_TIMER),\
Dseq.h74 #define SND_SEQ_CLIENT_SYSTEM 0 /**< system client */ macro
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c202 if (ev->source.client == SND_SEQ_CLIENT_SYSTEM && in dump_event()
210 if (ev->source.client == SND_SEQ_CLIENT_SYSTEM && in dump_event()
218 if (ev->source.client == SND_SEQ_CLIENT_SYSTEM && in dump_event()
/third_party/alsa-lib/test/
Dseq-decoder.c300 addr.client = SND_SEQ_CLIENT_SYSTEM; in event_decoder()
314 addr.client = SND_SEQ_CLIENT_SYSTEM; in event_decoder()
Dplaymidi1.c563 SND_SEQ_CLIENT_SYSTEM, in main()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c729 ev.dest.client = SND_SEQ_CLIENT_SYSTEM; in play_midi()
747 ev.dest.client = SND_SEQ_CLIENT_SYSTEM; in play_midi()
Darecordmidi.c676 if (client == SND_SEQ_CLIENT_SYSTEM) in list_ports()