Home
last modified time | relevance | path

Searched refs:snd_seq_open (Results 1 - 10 of 10) sorted by relevance

/third_party/alsa-lib/test/
H A Dqueue_timer.c38 if (snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
H A Dseq.c204 if ((err = snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0))<0) { in main()
H A Dplaymidi1.c503 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/
H A Daconnect.c384 if (snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
/third_party/alsa-utils/seq/aseqnet/
H A Daseqnet.c240 if (snd_seq_open(&handle, "default", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in init_seq()
241 perror("snd_seq_open"); in init_seq()
/third_party/alsa-utils/seq/aseqdump/
H A Daseqdump.c82 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
/third_party/alsa-utils/seq/aplaymidi/
H A Darecordmidi.c140 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
H A Daplaymidi.c127 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
/third_party/alsa-lib/include/
H A Dseq.h78 int snd_seq_open(snd_seq_t **handle, const char *name, int streams, int mode);
/third_party/alsa-lib/src/seq/
H A Dseq.c52 A <i>client</i> is created at each time #snd_seq_open() is called.
63 err = snd_seq_open(&handle, "default", SND_SEQ_OPEN_INPUT, 0);
796 * identifier specified in snd_seq_open().
798 * \sa snd_seq_open()
813 * \sa snd_seq_open()
974 int snd_seq_open(snd_seq_t **seqp, const char *name, in snd_seq_open() function
1005 * See the snd_seq_open() function for further details. The extension
1008 * \sa snd_seq_open()
1032 * \param seq Handle returned from #snd_seq_open()
1154 * \sa snd_seq_open()
[all...]

Completed in 11 milliseconds