Searched refs:SND_SEQ_OPEN_DUPLEX (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()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_hw.c | 506 case SND_SEQ_OPEN_DUPLEX: in snd_seq_hw_open()
|
/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 | 54 #define SND_SEQ_OPEN_DUPLEX (SND_SEQ_OPEN_OUTPUT|SND_SEQ_OPEN_INPUT) /**< open for both input and output (read/write) */ macro
|
Completed in 8 milliseconds