Home
last modified time | relevance | path

Searched refs:SND_SEQ_OPEN_DUPLEX (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()
/third_party/alsa-lib/src/seq/
H A Dseq_hw.c506 case SND_SEQ_OPEN_DUPLEX: in snd_seq_hw_open()
/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.h54 #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