Searched refs:snd_seq_open (Results 1 – 11 of 11) sorted by relevance
/third_party/alsa-lib/test/ |
D | queue_timer.c | 38 if (snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
|
D | seq.c | 202 if ((err = snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0))<0) { in main()
|
D | playmidi1.c | 501 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/ |
D | aconnect.c | 322 if (snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
|
/third_party/alsa-utils/seq/aseqdump/ |
D | aseqdump.c | 70 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
|
/third_party/alsa-utils/seq/aseqnet/ |
D | aseqnet.c | 240 if (snd_seq_open(&handle, "default", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in init_seq()
|
/third_party/gstreamer/gstplugins_base/ext/alsa/ |
D | gstalsamidisrc.c | 90 ret = snd_seq_open (&alsamidisrc->seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
|
/third_party/alsa-utils/seq/aplaymidi/ |
D | aplaymidi.c | 121 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
|
D | arecordmidi.c | 140 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
|
/third_party/alsa-lib/include/ |
D | seq.h | 78 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
|
/third_party/alsa-lib/src/seq/ |
D | seq.c | 974 int snd_seq_open(snd_seq_t **seqp, const char *name, in snd_seq_open() function
|