Searched refs:snd_seq_open (Results 1 - 10 of 10) sorted by relevance
/third_party/alsa-lib/test/ |
H A D | queue_timer.c | 38 if (snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
|
H A D | seq.c | 204 if ((err = snd_seq_open(&handle, "hw", SND_SEQ_OPEN_DUPLEX, 0))<0) { in main()
|
H A D | playmidi1.c | 503 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 D | aconnect.c | 384 if (snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0) < 0) { in main()
|
/third_party/alsa-utils/seq/aseqnet/ |
H A D | aseqnet.c | 240 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 D | aseqdump.c | 82 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
|
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | arecordmidi.c | 140 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
|
H A D | aplaymidi.c | 127 err = snd_seq_open(&seq, "default", SND_SEQ_OPEN_DUPLEX, 0); in init_seq()
|
/third_party/alsa-lib/include/ |
H A 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/ |
H A D | seq.c | 52 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 14 milliseconds