Home
last modified time | relevance | path

Searched refs:snd_seq_open (Results 1 – 11 of 11) sorted by relevance

/third_party/alsa-lib/test/
Dqueue_timer.c38 if (snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
Dseq.c202 if ((err = snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0))<0) { in main()
Dplaymidi1.c501 tmp = snd_seq_open(&seq_handle, "hw", slave ? SND_SEQ_OPEN_DUPLEX : SND_SEQ_OPEN_OUTPUT, 0); in main()
/third_party/alsa-utils/seq/aconnect/
Daconnect.c322 if (snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
/third_party/alsa-utils/seq/aseqdump/
Daseqdump.c70 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c240 if (snd_seq_open(&handle, "default", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in init_seq()
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c90 ret = snd_seq_open (&alsamidisrc->seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c121 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
Darecordmidi.c140 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
/third_party/alsa-lib/include/
Dseq.h78 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
/third_party/alsa-lib/src/seq/
Dseq.c974 int snd_seq_open(snd_seq_t **seqp, const char *name, in snd_seq_open() function